Shades of Yukon Gold #856D1B
Tints of Yukon Gold #856D1B
RGB
CMYK
RGB Variations
Color information
#856D1B (or 0x856D1B) is known color: Yukon Gold. HEX triplet: 85, 6D and 1B. RGB value is (133,109,27). Sum of RGB (Red+Green+Blue) = 133+109+27=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #856D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D1B is #7A92E4. Grayscale: #6B6B6B. Windows color (decimal): -8032997 or 1797509. OLE color: 1797509.
HSL color Cylindrical-coordinate representation of color #856D1B: hue angle of 46.42º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #856D1B is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 27 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.48 |
| HSL | 46.42º | 0.66% | 0.31% | - |
| HSV(B) | 46.42º | 0.8% | 0.52% | - |
| XYZ | 15.34 | 16 | 3.32 | - |
| YUV | 106.83 | 82.95 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 27 | 0 | 0.18 | 0.80 | 0.48 | 46.42 | 0.66 | 0.31 |
| Hex | 85 | 6D | 1B | 0 | 12 | 50 | 30 | 2E | 42 | 1F |
| Octal | 205 | 155 | 33 | 0 | 22 | 120 | 60 | 56 | 102 | 37 |
| Binary | 10000101 | 1101101 | 11011 | 0 | 10010 | 1010000 | 110000 | 101110 | 1000010 | 11111 |
Color Harmonies of #856D1B
Complementary color
Monochromatic Colors of #856D1B
Black with #856D1B
Text Example
Text Example
White with #856D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D1B; }
p { color: rgb(133,109,27); }
H1.HeaderClassName
{
color: #856D1B;
}
.AnyTagClassName
{
color: #856D1B;
}
</style>
background-color css
<style>
a { background-color: #856D1B; }
a { background-color: rgb(133,109,27); }
div.DivClassName
{
background-color: #856D1B;
}
.BgClassName
{
background-color: #856D1B;
}
</style>
border-color css
<style>
span { border-color: #856D1B; }
span { border-color: rgb(133,109,27); }
td.TdClassName
{
border-color: #856D1B;
}
.TagClassName
{
border-color: #856D1B;
}
</style>