Shades of Yukon Gold #85641B
Tints of Yukon Gold #85641B
RGB
CMYK
RGB Variations
Color information
#85641B (or 0x85641B) is known color: Yukon Gold. HEX triplet: 85, 64 and 1B. RGB value is (133,100,27). Sum of RGB (Red+Green+Blue) = 133+100+27=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85641B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85641B is #7A9BE4. Grayscale: #656565. Windows color (decimal): -8035301 or 1795205. OLE color: 1795205.
HSL color Cylindrical-coordinate representation of color #85641B: hue angle of 41.32º 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 #85641B is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 100 | 27 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.48 |
| HSL | 41.32º | 0.66% | 0.31% | - |
| HSV(B) | 41.32º | 0.8% | 0.52% | - |
| XYZ | 14.43 | 14.18 | 3.01 | - |
| YUV | 101.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 27 | 0 | 0.25 | 0.80 | 0.48 | 41.32 | 0.66 | 0.31 |
| Hex | 85 | 64 | 1B | 0 | 19 | 50 | 30 | 29 | 42 | 1F |
| Octal | 205 | 144 | 33 | 0 | 31 | 120 | 60 | 51 | 102 | 37 |
| Binary | 10000101 | 1100100 | 11011 | 0 | 11001 | 1010000 | 110000 | 101001 | 1000010 | 11111 |
Color Harmonies of #85641B
Complementary color
Monochromatic Colors of #85641B
Black with #85641B
Text Example
Text Example
White with #85641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85641B; }
p { color: rgb(133,100,27); }
H1.HeaderClassName
{
color: #85641B;
}
.AnyTagClassName
{
color: #85641B;
}
</style>
background-color css
<style>
a { background-color: #85641B; }
a { background-color: rgb(133,100,27); }
div.DivClassName
{
background-color: #85641B;
}
.BgClassName
{
background-color: #85641B;
}
</style>
border-color css
<style>
span { border-color: #85641B; }
span { border-color: rgb(133,100,27); }
td.TdClassName
{
border-color: #85641B;
}
.TagClassName
{
border-color: #85641B;
}
</style>