#7F6D20

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

Shades of Yukon Gold #7F6D20

Tints of Yukon Gold #7F6D20

Color information

#7F6D20 (or 0x7F6D20) is unknown color: approx Yukon Gold. HEX triplet: 7F, 6D and 20. RGB value is (127,109,32). Sum of RGB (Red+Green+Blue) = 127+109+32=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6D20 is #8092DF. Grayscale: #696969. Windows color (decimal): -8426208 or 2125183. OLE color: 2125183.

HSL color Cylindrical-coordinate representation of color #7F6D20: hue angle of 48.63º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F6D20 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB12710932-
CMYK00.140.750.50
HSL48.63º59.75%31.18%-
HSV(B)48.63º74.8%49.8%-
XYZ14.4815.553.61-
YUV105.686.46143.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.39%
GREEN value IS 109 (42.97% from 255) = 40.67%
BLUE value IS 32 (12.89% from 255) = 11.94%
R=47.39%
G=40.67%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271093200.140.750.5048.6359.7531.18
Hex7F6D200E4B32313c1f
Octal1771554001611362617437
Binary1111111110110110000001110100101111001011000111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,109,32); }

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

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

 a { background-color: rgb(127,109,32); }

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

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

 span { border-color: rgb(127,109,32); }

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