#7B6208

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

Shades of Yukon Gold #7B6208

Tints of Yukon Gold #7B6208

Color information

#7B6208 (or 0x7B6208) is unknown color: approx Yukon Gold. HEX triplet: 7B, 62 and 08. RGB value is (123,98,8). Sum of RGB (Red+Green+Blue) = 123+98+8=229 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.71% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6208 is #849DF7. Grayscale: #5F5F5F. Windows color (decimal): -8691192 or 549499. OLE color: 549499.

HSL color Cylindrical-coordinate representation of color #7B6208: hue angle of 46.96º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B6208 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB123988-
CMYK00.200.930.52
HSL46.96º87.79%25.69%-
HSV(B)46.96º93.5%48.24%-
XYZ12.5812.962.07-
YUV95.2278.78147.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.71%
GREEN value IS 98 (38.67% from 255) = 42.79%
BLUE value IS 8 (3.52% from 255) = 3.49%
R=53.71%
G=42.79%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12398800.200.930.5246.9687.7925.69
Hex7B6280145D342f581a
Octal17314210024135645713032
Binary1111011110001010000101001011101110100101111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,98,8); }

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

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

 a { background-color: rgb(123,98,8); }

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

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

 span { border-color: rgb(123,98,8); }

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