#806E22

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

Shades of Yukon Gold #806E22

Tints of Yukon Gold #806E22

Color information

#806E22 (or 0x806E22) is unknown color: approx Yukon Gold. HEX triplet: 80, 6E and 22. RGB value is (128,110,34). Sum of RGB (Red+Green+Blue) = 128+110+34=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #806E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806E22 is #7F91DD. Grayscale: #6B6B6B. Windows color (decimal): -8360414 or 2256512. OLE color: 2256512.

HSL color Cylindrical-coordinate representation of color #806E22: hue angle of 48.51º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #806E22 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB12811034-
CMYK00.140.730.50
HSL48.51º58.02%31.76%-
HSV(B)48.51º73.44%50.2%-
XYZ14.7715.863.8-
YUV106.7286.96143.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.06%
GREEN value IS 110 (43.36% from 255) = 40.44%
BLUE value IS 34 (13.67% from 255) = 12.5%
R=47.06%
G=40.44%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281103400.140.730.5048.5158.0231.76
Hex806E220E4932313a20
Octal2001564201611162617240
Binary100000001101110100010011101001001110010110001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,110,34); }

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

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

 a { background-color: rgb(128,110,34); }

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

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

 span { border-color: rgb(128,110,34); }

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