Shades of Yukon Gold #836E10
Tints of Yukon Gold #836E10
RGB
CMYK
RGB Variations
Color information
#836E10 (or 0x836E10) is known color: Yukon Gold. HEX triplet: 83, 6E and 10. RGB value is (131,110,16). Sum of RGB (Red+Green+Blue) = 131+110+16=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #836E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836E10 is #7C91EF. Grayscale: #696969. Windows color (decimal): -8163824 or 1076867. OLE color: 1076867.
HSL color Cylindrical-coordinate representation of color #836E10: hue angle of 49.04º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #836E10 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 110 | 16 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.49 |
| HSL | 49.04º | 0.78% | 0.29% | - |
| HSV(B) | 49.04º | 0.88% | 0.51% | - |
| XYZ | 15.03 | 16.01 | 2.79 | - |
| YUV | 105.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 110 | 16 | 0 | 0.16 | 0.88 | 0.49 | 49.04 | 0.78 | 0.29 |
| Hex | 83 | 6E | 10 | 0 | 10 | 58 | 31 | 31 | 4E | 1D |
| Octal | 203 | 156 | 20 | 0 | 20 | 130 | 61 | 61 | 116 | 35 |
| Binary | 10000011 | 1101110 | 10000 | 0 | 10000 | 1011000 | 110001 | 110001 | 1001110 | 11101 |
Color Harmonies of #836E10
Complementary color
Monochromatic Colors of #836E10
Black with #836E10
Text Example
Text Example
White with #836E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836E10; }
p { color: rgb(131,110,16); }
H1.HeaderClassName
{
color: #836E10;
}
.AnyTagClassName
{
color: #836E10;
}
</style>
background-color css
<style>
a { background-color: #836E10; }
a { background-color: rgb(131,110,16); }
div.DivClassName
{
background-color: #836E10;
}
.BgClassName
{
background-color: #836E10;
}
</style>
border-color css
<style>
span { border-color: #836E10; }
span { border-color: rgb(131,110,16); }
td.TdClassName
{
border-color: #836E10;
}
.TagClassName
{
border-color: #836E10;
}
</style>