#806D27

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

Shades of Yukon Gold #806D27

Tints of Yukon Gold #806D27

Color information

#806D27 (or 0x806D27) is unknown color: approx Yukon Gold. HEX triplet: 80, 6D and 27. RGB value is (128,109,39). Sum of RGB (Red+Green+Blue) = 128+109+39=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #806D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806D27 is #7F92D8. Grayscale: #6B6B6B. Windows color (decimal): -8360665 or 2583936. OLE color: 2583936.

HSL color Cylindrical-coordinate representation of color #806D27: hue angle of 47.19º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #806D27 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB12810939-
CMYK00.150.700.50
HSL47.19º53.29%32.75%-
HSV(B)47.19º69.53%50.2%-
XYZ14.7415.674.17-
YUV106.789.79143.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.38%
GREEN value IS 109 (42.97% from 255) = 39.49%
BLUE value IS 39 (15.62% from 255) = 14.13%
R=46.38%
G=39.49%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281093900.150.700.5047.1953.2932.75
Hex806D270F46322f3521
Octal2001554701710662576541
Binary100000001101101100111011111000110110010101111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806D27; }

 p { color: rgb(128,109,39); }

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

<style>
 a { background-color: #806D27; }

 a { background-color: rgb(128,109,39); }

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

<style>
 span { border-color: #806D27; }

 span { border-color: rgb(128,109,39); }

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