#806D1B

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

Shades of Yukon Gold #806D1B

Tints of Yukon Gold #806D1B

Color information

#806D1B (or 0x806D1B) is unknown color: approx Yukon Gold. HEX triplet: 80, 6D and 1B. RGB value is (128,109,27). Sum of RGB (Red+Green+Blue) = 128+109+27=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #806D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806D1B is #7F92E4. Grayscale: #696969. Windows color (decimal): -8360677 or 1797504. OLE color: 1797504.

HSL color Cylindrical-coordinate representation of color #806D1B: hue angle of 48.71º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #806D1B is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB12810927-
CMYK00.150.790.50
HSL48.71º65.16%30.39%-
HSV(B)48.71º78.91%50.2%-
XYZ14.5715.613.28-
YUV105.3383.79144.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.48%
GREEN value IS 109 (42.97% from 255) = 41.29%
BLUE value IS 27 (10.94% from 255) = 10.23%
R=48.48%
G=41.29%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281092700.150.790.5048.7165.1630.39
Hex806D1B0F4F3231411e
Octal20015533017117626110136
Binary10000000110110111011011111001111110010110001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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