#7F6608

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

Shades of Yukon Gold #7F6608

Tints of Yukon Gold #7F6608

Color information

#7F6608 (or 0x7F6608) is unknown color: approx Yukon Gold. HEX triplet: 7F, 66 and 08. RGB value is (127,102,8). Sum of RGB (Red+Green+Blue) = 127+102+8=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6608 is #8099F7. Grayscale: #636363. Windows color (decimal): -8428024 or 550527. OLE color: 550527.

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

Color convert

RGB1271028-
CMYK00.200.940.50
HSL47.39º88.15%26.47%-
HSV(B)47.39º93.7%49.8%-
XYZ13.5514.032.22-
YUV98.7676.78148.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.59%
GREEN value IS 102 (40.23% from 255) = 43.04%
BLUE value IS 8 (3.52% from 255) = 3.38%
R=53.59%
G=43.04%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127102800.200.940.5047.3988.1526.47
Hex7F6680145E322f581a
Octal17714610024136625713032
Binary1111111110011010000101001011110110010101111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,102,8); }

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

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

 a { background-color: rgb(127,102,8); }

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

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

 span { border-color: rgb(127,102,8); }

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