#806D16

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

Shades of Yukon Gold #806D16

Tints of Yukon Gold #806D16

Color information

#806D16 (or 0x806D16) is unknown color: approx Yukon Gold. HEX triplet: 80, 6D and 16. RGB value is (128,109,22). Sum of RGB (Red+Green+Blue) = 128+109+22=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #806D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806D16 is #7F92E9. Grayscale: #696969. Windows color (decimal): -8360682 or 1469824. OLE color: 1469824.

HSL color Cylindrical-coordinate representation of color #806D16: hue angle of 49.25º 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 #806D16 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB12810922-
CMYK00.150.830.50
HSL49.25º70.67%29.41%-
HSV(B)49.25º82.81%50.2%-
XYZ14.5215.583-
YUV104.7681.29144.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.42%
GREEN value IS 109 (42.97% from 255) = 42.08%
BLUE value IS 22 (8.98% from 255) = 8.49%
R=49.42%
G=42.08%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281092200.150.830.5049.2570.6729.41
Hex806D160F533231471d
Octal20015526017123626110735
Binary10000000110110110110011111010011110010110001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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