Shades of Yukon Gold #836311
Tints of Yukon Gold #836311
RGB
CMYK
RGB Variations
Color information
#836311 (or 0x836311) is known color: Yukon Gold. HEX triplet: 83, 63 and 11. RGB value is (131,99,17). Sum of RGB (Red+Green+Blue) = 131+99+17=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #836311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836311 is #7C9CEE. Grayscale: #636363. Windows color (decimal): -8166639 or 1139587. OLE color: 1139587.
HSL color Cylindrical-coordinate representation of color #836311: hue angle of 43.16º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #836311 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 99 | 17 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.49 |
| HSL | 43.16º | 0.77% | 0.29% | - |
| HSV(B) | 43.16º | 0.87% | 0.51% | - |
| XYZ | 13.92 | 13.79 | 2.46 | - |
| YUV | 99.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 99 | 17 | 0 | 0.24 | 0.87 | 0.49 | 43.16 | 0.77 | 0.29 |
| Hex | 83 | 63 | 11 | 0 | 18 | 57 | 31 | 2B | 4D | 1D |
| Octal | 203 | 143 | 21 | 0 | 30 | 127 | 61 | 53 | 115 | 35 |
| Binary | 10000011 | 1100011 | 10001 | 0 | 11000 | 1010111 | 110001 | 101011 | 1001101 | 11101 |
Color Harmonies of #836311
Complementary color
Monochromatic Colors of #836311
Black with #836311
Text Example
Text Example
White with #836311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836311; }
p { color: rgb(131,99,17); }
H1.HeaderClassName
{
color: #836311;
}
.AnyTagClassName
{
color: #836311;
}
</style>
background-color css
<style>
a { background-color: #836311; }
a { background-color: rgb(131,99,17); }
div.DivClassName
{
background-color: #836311;
}
.BgClassName
{
background-color: #836311;
}
</style>
border-color css
<style>
span { border-color: #836311; }
span { border-color: rgb(131,99,17); }
td.TdClassName
{
border-color: #836311;
}
.TagClassName
{
border-color: #836311;
}
</style>