#806B11

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

Shades of Yukon Gold #806B11

Tints of Yukon Gold #806B11

Color information

#806B11 (or 0x806B11) is unknown color: approx Yukon Gold. HEX triplet: 80, 6B and 11. RGB value is (128,107,17). Sum of RGB (Red+Green+Blue) = 128+107+17=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #806B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806B11 is #7F94EE. Grayscale: #676767. Windows color (decimal): -8361199 or 1141632. OLE color: 1141632.

HSL color Cylindrical-coordinate representation of color #806B11: hue angle of 48.65º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #806B11 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB12810717-
CMYK00.160.870.50
HSL48.65º76.55%28.43%-
HSV(B)48.65º86.72%50.2%-
XYZ14.2615.152.7-
YUV103.0279.46145.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.79%
GREEN value IS 107 (42.19% from 255) = 42.46%
BLUE value IS 17 (7.03% from 255) = 6.75%
R=50.79%
G=42.46%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281071700.160.870.5048.6576.5528.43
Hex806B110105732314d1c
Octal20015321020127626111534
Binary100000001101011100010100001010111110010110001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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