#7F6808

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

Shades of Yukon Gold #7F6808

Tints of Yukon Gold #7F6808

Color information

#7F6808 (or 0x7F6808) is unknown color: approx Yukon Gold. HEX triplet: 7F, 68 and 08. RGB value is (127,104,8). Sum of RGB (Red+Green+Blue) = 127+104+8=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6808 is #8097F7. Grayscale: #646464. Windows color (decimal): -8427512 or 551039. OLE color: 551039.

HSL color Cylindrical-coordinate representation of color #7F6808: hue angle of 48.4º 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 #7F6808 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB1271048-
CMYK00.180.940.50
HSL48.4º88.15%26.47%-
HSV(B)48.4º93.7%49.8%-
XYZ13.7514.432.29-
YUV99.9376.12147.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.14%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 8 (3.52% from 255) = 3.35%
R=53.14%
G=43.51%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127104800.180.940.5048.488.1526.47
Hex7F6880125E3230581a
Octal17715010022136626013032
Binary1111111110100010000100101011110110010110000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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