Shades of Yukon Gold #85621A
Tints of Yukon Gold #85621A
RGB
CMYK
RGB Variations
Color information
#85621A (or 0x85621A) is known color: Yukon Gold. HEX triplet: 85, 62 and 1A. RGB value is (133,98,26). Sum of RGB (Red+Green+Blue) = 133+98+26=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #85621A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85621A is #7A9DE5. Grayscale: #646464. Windows color (decimal): -8035814 or 1729157. OLE color: 1729157.
HSL color Cylindrical-coordinate representation of color #85621A: hue angle of 40.37º 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 #85621A is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 98 | 26 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.48 |
| HSL | 40.37º | 0.67% | 0.31% | - |
| HSV(B) | 40.37º | 0.8% | 0.52% | - |
| XYZ | 14.23 | 13.8 | 2.89 | - |
| YUV | 100.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 26 | 0 | 0.26 | 0.80 | 0.48 | 40.37 | 0.67 | 0.31 |
| Hex | 85 | 62 | 1A | 0 | 1A | 50 | 30 | 28 | 43 | 1F |
| Octal | 205 | 142 | 32 | 0 | 32 | 120 | 60 | 50 | 103 | 37 |
| Binary | 10000101 | 1100010 | 11010 | 0 | 11010 | 1010000 | 110000 | 101000 | 1000011 | 11111 |
Color Harmonies of #85621A
Complementary color
Monochromatic Colors of #85621A
Black with #85621A
Text Example
Text Example
White with #85621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85621A; }
p { color: rgb(133,98,26); }
H1.HeaderClassName
{
color: #85621A;
}
.AnyTagClassName
{
color: #85621A;
}
</style>
background-color css
<style>
a { background-color: #85621A; }
a { background-color: rgb(133,98,26); }
div.DivClassName
{
background-color: #85621A;
}
.BgClassName
{
background-color: #85621A;
}
</style>
border-color css
<style>
span { border-color: #85621A; }
span { border-color: rgb(133,98,26); }
td.TdClassName
{
border-color: #85621A;
}
.TagClassName
{
border-color: #85621A;
}
</style>