#7B6104

Color #7B6104 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #7B6104

Tints of Yukon Gold #7B6104

Color information

#7B6104 (or 0x7B6104) is unknown color: approx Yukon Gold. HEX triplet: 7B, 61 and 04. RGB value is (123,97,4). Sum of RGB (Red+Green+Blue) = 123+97+4=224 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.91% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6104 is #849EFB. Grayscale: #5E5E5E. Windows color (decimal): -8691452 or 287099. OLE color: 287099.

HSL color Cylindrical-coordinate representation of color #7B6104: hue angle of 46.89º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B6104 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB123974-
CMYK00.210.970.52
HSL46.89º93.7%24.9%-
HSV(B)46.89º96.75%48.24%-
XYZ12.4612.771.92-
YUV94.1777.11148.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 54.91%
GREEN value IS 97 (38.28% from 255) = 43.30%
BLUE value IS 4 (1.95% from 255) = 1.79%
R=54.91%
G=43.30%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12397400.210.970.5246.8993.724.9
Hex7B61401561342f5e19
Octal1731414025141645713631
Binary111101111000011000101011100001110100101111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B6104; }

 p { color: rgb(123,97,4); }

 H1.HeaderClassName
 {
   color: #7B6104;
 }
 .AnyTagClassName
 {
   color: #7B6104;
 }
</style>
background-color css

<style>
 a { background-color: #7B6104; }

 a { background-color: rgb(123,97,4); }

 div.DivClassName
 {
   background-color: #7B6104;
 }
 .BgClassName
 {
   background-color: #7B6104;
 }
</style>
border-color css

<style>
 span { border-color: #7B6104; }

 span { border-color: rgb(123,97,4); }

 td.TdClassName
 {
   border-color: #7B6104;
 }
 .TagClassName
 {
   border-color: #7B6104;
 }
</style>