Shades of Yukon Gold #85651A
Tints of Yukon Gold #85651A
RGB
CMYK
RGB Variations
Color information
#85651A (or 0x85651A) is known color: Yukon Gold. HEX triplet: 85, 65 and 1A. RGB value is (133,101,26). Sum of RGB (Red+Green+Blue) = 133+101+26=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85651A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85651A is #7A9AE5. Grayscale: #666666. Windows color (decimal): -8035046 or 1729925. OLE color: 1729925.
HSL color Cylindrical-coordinate representation of color #85651A: hue angle of 42.06º degrees, saturation: 0.67, 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 #85651A is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 101 | 26 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.48 |
| HSL | 42.06º | 0.67% | 0.31% | - |
| HSV(B) | 42.06º | 0.8% | 0.52% | - |
| XYZ | 14.51 | 14.37 | 2.99 | - |
| YUV | 102.02 | 85.1 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 26 | 0 | 0.24 | 0.80 | 0.48 | 42.06 | 0.67 | 0.31 |
| Hex | 85 | 65 | 1A | 0 | 18 | 50 | 30 | 2A | 43 | 1F |
| Octal | 205 | 145 | 32 | 0 | 30 | 120 | 60 | 52 | 103 | 37 |
| Binary | 10000101 | 1100101 | 11010 | 0 | 11000 | 1010000 | 110000 | 101010 | 1000011 | 11111 |
Color Harmonies of #85651A
Complementary color
Monochromatic Colors of #85651A
Black with #85651A
Text Example
Text Example
White with #85651A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85651A; }
p { color: rgb(133,101,26); }
H1.HeaderClassName
{
color: #85651A;
}
.AnyTagClassName
{
color: #85651A;
}
</style>
background-color css
<style>
a { background-color: #85651A; }
a { background-color: rgb(133,101,26); }
div.DivClassName
{
background-color: #85651A;
}
.BgClassName
{
background-color: #85651A;
}
</style>
border-color css
<style>
span { border-color: #85651A; }
span { border-color: rgb(133,101,26); }
td.TdClassName
{
border-color: #85651A;
}
.TagClassName
{
border-color: #85651A;
}
</style>