Shades of Yukon Gold #836E1D
Tints of Yukon Gold #836E1D
RGB
CMYK
RGB Variations
Color information
#836E1D (or 0x836E1D) is known color: Yukon Gold. HEX triplet: 83, 6E and 1D. RGB value is (131,110,29). Sum of RGB (Red+Green+Blue) = 131+110+29=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #836E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836E1D is #7C91E2. Grayscale: #6B6B6B. Windows color (decimal): -8163811 or 1928835. OLE color: 1928835.
HSL color Cylindrical-coordinate representation of color #836E1D: hue angle of 47.65º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #836E1D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 110 | 29 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.49 |
| HSL | 47.65º | 0.64% | 0.31% | - |
| HSV(B) | 47.65º | 0.78% | 0.51% | - |
| XYZ | 15.16 | 16.07 | 3.46 | - |
| YUV | 107.05 | 83.96 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 110 | 29 | 0 | 0.16 | 0.78 | 0.49 | 47.65 | 0.64 | 0.31 |
| Hex | 83 | 6E | 1D | 0 | 10 | 4E | 31 | 30 | 40 | 1F |
| Octal | 203 | 156 | 35 | 0 | 20 | 116 | 61 | 60 | 100 | 37 |
| Binary | 10000011 | 1101110 | 11101 | 0 | 10000 | 1001110 | 110001 | 110000 | 1000000 | 11111 |
Color Harmonies of #836E1D
Complementary color
Monochromatic Colors of #836E1D
Black with #836E1D
Text Example
Text Example
White with #836E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836E1D; }
p { color: rgb(131,110,29); }
H1.HeaderClassName
{
color: #836E1D;
}
.AnyTagClassName
{
color: #836E1D;
}
</style>
background-color css
<style>
a { background-color: #836E1D; }
a { background-color: rgb(131,110,29); }
div.DivClassName
{
background-color: #836E1D;
}
.BgClassName
{
background-color: #836E1D;
}
</style>
border-color css
<style>
span { border-color: #836E1D; }
span { border-color: rgb(131,110,29); }
td.TdClassName
{
border-color: #836E1D;
}
.TagClassName
{
border-color: #836E1D;
}
</style>