#806F16

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

Shades of Yukon Gold #806F16

Tints of Yukon Gold #806F16

Color information

#806F16 (or 0x806F16) is unknown color: approx Yukon Gold. HEX triplet: 80, 6F and 16. RGB value is (128,111,22). Sum of RGB (Red+Green+Blue) = 128+111+22=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #806F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806F16 is #7F90E9. Grayscale: #6A6A6A. Windows color (decimal): -8360170 or 1470336. OLE color: 1470336.

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

Color convert

RGB12811122-
CMYK00.130.830.50
HSL50.38º70.67%29.41%-
HSV(B)50.38º82.81%50.2%-
XYZ14.7316.023.07-
YUV105.9480.63143.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.04%
GREEN value IS 111 (43.75% from 255) = 42.53%
BLUE value IS 22 (8.98% from 255) = 8.43%
R=49.04%
G=42.53%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281112200.130.830.5050.3870.6729.41
Hex806F160D533232471d
Octal20015726015123626210735
Binary10000000110111110110011011010011110010110010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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