Shades of Yukon Gold #836B14
Tints of Yukon Gold #836B14
RGB
CMYK
RGB Variations
Color information
#836B14 (or 0x836B14) is known color: Yukon Gold. HEX triplet: 83, 6B and 14. RGB value is (131,107,20). Sum of RGB (Red+Green+Blue) = 131+107+20=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #836B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836B14 is #7C94EB. Grayscale: #686868. Windows color (decimal): -8164588 or 1338243. OLE color: 1338243.
HSL color Cylindrical-coordinate representation of color #836B14: hue angle of 47.03º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #836B14 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 107 | 20 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.49 |
| HSL | 47.03º | 0.74% | 0.3% | - |
| HSV(B) | 47.03º | 0.85% | 0.51% | - |
| XYZ | 14.74 | 15.39 | 2.86 | - |
| YUV | 104.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 20 | 0 | 0.18 | 0.85 | 0.49 | 47.03 | 0.74 | 0.3 |
| Hex | 83 | 6B | 14 | 0 | 12 | 55 | 31 | 2F | 4A | 1E |
| Octal | 203 | 153 | 24 | 0 | 22 | 125 | 61 | 57 | 112 | 36 |
| Binary | 10000011 | 1101011 | 10100 | 0 | 10010 | 1010101 | 110001 | 101111 | 1001010 | 11110 |
Color Harmonies of #836B14
Complementary color
Monochromatic Colors of #836B14
Black with #836B14
Text Example
Text Example
White with #836B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836B14; }
p { color: rgb(131,107,20); }
H1.HeaderClassName
{
color: #836B14;
}
.AnyTagClassName
{
color: #836B14;
}
</style>
background-color css
<style>
a { background-color: #836B14; }
a { background-color: rgb(131,107,20); }
div.DivClassName
{
background-color: #836B14;
}
.BgClassName
{
background-color: #836B14;
}
</style>
border-color css
<style>
span { border-color: #836B14; }
span { border-color: rgb(131,107,20); }
td.TdClassName
{
border-color: #836B14;
}
.TagClassName
{
border-color: #836B14;
}
</style>