Shades of Yukon Gold #856C1B
Tints of Yukon Gold #856C1B
RGB
CMYK
RGB Variations
Color information
#856C1B (or 0x856C1B) is known color: Yukon Gold. HEX triplet: 85, 6C and 1B. RGB value is (133,108,27). Sum of RGB (Red+Green+Blue) = 133+108+27=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #856C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C1B is #7A93E4. Grayscale: #6A6A6A. Windows color (decimal): -8033253 or 1797253. OLE color: 1797253.
HSL color Cylindrical-coordinate representation of color #856C1B: hue angle of 45.85º 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 #856C1B is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 27 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.48 |
| HSL | 45.85º | 0.66% | 0.31% | - |
| HSV(B) | 45.85º | 0.8% | 0.52% | - |
| XYZ | 15.23 | 15.79 | 3.28 | - |
| YUV | 106.24 | 83.28 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 27 | 0 | 0.19 | 0.80 | 0.48 | 45.85 | 0.66 | 0.31 |
| Hex | 85 | 6C | 1B | 0 | 13 | 50 | 30 | 2E | 42 | 1F |
| Octal | 205 | 154 | 33 | 0 | 23 | 120 | 60 | 56 | 102 | 37 |
| Binary | 10000101 | 1101100 | 11011 | 0 | 10011 | 1010000 | 110000 | 101110 | 1000010 | 11111 |
Color Harmonies of #856C1B
Complementary color
Monochromatic Colors of #856C1B
Black with #856C1B
Text Example
Text Example
White with #856C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C1B; }
p { color: rgb(133,108,27); }
H1.HeaderClassName
{
color: #856C1B;
}
.AnyTagClassName
{
color: #856C1B;
}
</style>
background-color css
<style>
a { background-color: #856C1B; }
a { background-color: rgb(133,108,27); }
div.DivClassName
{
background-color: #856C1B;
}
.BgClassName
{
background-color: #856C1B;
}
</style>
border-color css
<style>
span { border-color: #856C1B; }
span { border-color: rgb(133,108,27); }
td.TdClassName
{
border-color: #856C1B;
}
.TagClassName
{
border-color: #856C1B;
}
</style>