Shades of Yukon Gold #85630B
Tints of Yukon Gold #85630B
RGB
CMYK
RGB Variations
Color information
#85630B (or 0x85630B) is known color: Yukon Gold. HEX triplet: 85, 63 and 0B. RGB value is (133,99,11). Sum of RGB (Red+Green+Blue) = 133+99+11=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85630B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85630B is #7A9CF4. Grayscale: #636363. Windows color (decimal): -8035573 or 746373. OLE color: 746373.
HSL color Cylindrical-coordinate representation of color #85630B: hue angle of 43.28º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85630B is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 99 | 11 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.48 |
| HSL | 43.28º | 0.85% | 0.28% | - |
| HSV(B) | 43.28º | 0.92% | 0.52% | - |
| XYZ | 14.2 | 13.93 | 2.26 | - |
| YUV | 99.13 | 78.26 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 11 | 0 | 0.26 | 0.92 | 0.48 | 43.28 | 0.85 | 0.28 |
| Hex | 85 | 63 | B | 0 | 1A | 5C | 30 | 2B | 55 | 1C |
| Octal | 205 | 143 | 13 | 0 | 32 | 134 | 60 | 53 | 125 | 34 |
| Binary | 10000101 | 1100011 | 1011 | 0 | 11010 | 1011100 | 110000 | 101011 | 1010101 | 11100 |
Color Harmonies of #85630B
Complementary color
Monochromatic Colors of #85630B
Black with #85630B
Text Example
Text Example
White with #85630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85630B; }
p { color: rgb(133,99,11); }
H1.HeaderClassName
{
color: #85630B;
}
.AnyTagClassName
{
color: #85630B;
}
</style>
background-color css
<style>
a { background-color: #85630B; }
a { background-color: rgb(133,99,11); }
div.DivClassName
{
background-color: #85630B;
}
.BgClassName
{
background-color: #85630B;
}
</style>
border-color css
<style>
span { border-color: #85630B; }
span { border-color: rgb(133,99,11); }
td.TdClassName
{
border-color: #85630B;
}
.TagClassName
{
border-color: #85630B;
}
</style>