#7F6409

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

Shades of Yukon Gold #7F6409

Tints of Yukon Gold #7F6409

Color information

#7F6409 (or 0x7F6409) is unknown color: approx Yukon Gold. HEX triplet: 7F, 64 and 09. RGB value is (127,100,9). Sum of RGB (Red+Green+Blue) = 127+100+9=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6409 is #809BF6. Grayscale: #626262. Windows color (decimal): -8428535 or 615551. OLE color: 615551.

HSL color Cylindrical-coordinate representation of color #7F6409: hue angle of 46.27º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F6409 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB1271009-
CMYK00.210.930.50
HSL46.27º86.76%26.67%-
HSV(B)46.27º92.91%49.8%-
XYZ13.3613.652.19-
YUV97.777.95148.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.81%
GREEN value IS 100 (39.45% from 255) = 42.37%
BLUE value IS 9 (3.91% from 255) = 3.81%
R=53.81%
G=42.37%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127100900.210.930.5046.2786.7626.67
Hex7F6490155D322e571b
Octal17714411025135625612733
Binary1111111110010010010101011011101110010101110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,100,9); }

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

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

 a { background-color: rgb(127,100,9); }

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

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

 span { border-color: rgb(127,100,9); }

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