#806B16

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

Shades of Yukon Gold #806B16

Tints of Yukon Gold #806B16

Color information

#806B16 (or 0x806B16) is unknown color: approx Yukon Gold. HEX triplet: 80, 6B and 16. RGB value is (128,107,22). Sum of RGB (Red+Green+Blue) = 128+107+22=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #806B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806B16 is #7F94E9. Grayscale: #676767. Windows color (decimal): -8361194 or 1469312. OLE color: 1469312.

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

Color convert

RGB12810722-
CMYK00.160.830.50
HSL48.11º70.67%29.41%-
HSV(B)48.11º82.81%50.2%-
XYZ14.315.162.93-
YUV103.5981.96145.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.81%
GREEN value IS 107 (42.19% from 255) = 41.63%
BLUE value IS 22 (8.98% from 255) = 8.56%
R=49.81%
G=41.63%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281072200.160.830.5048.1170.6729.41
Hex806B16010533230471d
Octal20015326020123626010735
Binary100000001101011101100100001010011110010110000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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