Shades of Yukon Gold #856B23
Tints of Yukon Gold #856B23
RGB
CMYK
RGB Variations
Color information
#856B23 (or 0x856B23) is known color: Yukon Gold. HEX triplet: 85, 6B and 23. RGB value is (133,107,35). Sum of RGB (Red+Green+Blue) = 133+107+35=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #856B23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856B23 is #7A94DC. Grayscale: #6A6A6A. Windows color (decimal): -8033501 or 2321285. OLE color: 2321285.
HSL color Cylindrical-coordinate representation of color #856B23: hue angle of 44.08º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #856B23 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 107 | 35 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.48 |
| HSL | 44.08º | 0.58% | 0.33% | - |
| HSV(B) | 44.08º | 0.74% | 0.52% | - |
| XYZ | 15.23 | 15.62 | 3.8 | - |
| YUV | 106.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 35 | 0 | 0.20 | 0.74 | 0.48 | 44.08 | 0.58 | 0.33 |
| Hex | 85 | 6B | 23 | 0 | 14 | 4A | 30 | 2C | 3A | 21 |
| Octal | 205 | 153 | 43 | 0 | 24 | 112 | 60 | 54 | 72 | 41 |
| Binary | 10000101 | 1101011 | 100011 | 0 | 10100 | 1001010 | 110000 | 101100 | 111010 | 100001 |
Color Harmonies of #856B23
Complementary color
Monochromatic Colors of #856B23
Black with #856B23
Text Example
Text Example
White with #856B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856B23; }
p { color: rgb(133,107,35); }
H1.HeaderClassName
{
color: #856B23;
}
.AnyTagClassName
{
color: #856B23;
}
</style>
background-color css
<style>
a { background-color: #856B23; }
a { background-color: rgb(133,107,35); }
div.DivClassName
{
background-color: #856B23;
}
.BgClassName
{
background-color: #856B23;
}
</style>
border-color css
<style>
span { border-color: #856B23; }
span { border-color: rgb(133,107,35); }
td.TdClassName
{
border-color: #856B23;
}
.TagClassName
{
border-color: #856B23;
}
</style>