#806E16

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

Shades of Yukon Gold #806E16

Tints of Yukon Gold #806E16

Color information

#806E16 (or 0x806E16) is unknown color: approx Yukon Gold. HEX triplet: 80, 6E and 16. RGB value is (128,110,22). Sum of RGB (Red+Green+Blue) = 128+110+22=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #806E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806E16 is #7F91E9. Grayscale: #696969. Windows color (decimal): -8360426 or 1470080. OLE color: 1470080.

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

Color convert

RGB12811022-
CMYK00.140.830.50
HSL49.81º70.67%29.41%-
HSV(B)49.81º82.81%50.2%-
XYZ14.6215.83.04-
YUV105.3580.96144.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.23%
GREEN value IS 110 (43.36% from 255) = 42.31%
BLUE value IS 22 (8.98% from 255) = 8.46%
R=49.23%
G=42.31%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281102200.140.830.5049.8170.6729.41
Hex806E160E533232471d
Octal20015626016123626210735
Binary10000000110111010110011101010011110010110010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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