Shades of Yukon Gold #836C1D
Tints of Yukon Gold #836C1D
RGB
CMYK
RGB Variations
Color information
#836C1D (or 0x836C1D) is known color: Yukon Gold. HEX triplet: 83, 6C and 1D. RGB value is (131,108,29). Sum of RGB (Red+Green+Blue) = 131+108+29=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #836C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836C1D is #7C93E2. Grayscale: #6A6A6A. Windows color (decimal): -8164323 or 1928323. OLE color: 1928323.
HSL color Cylindrical-coordinate representation of color #836C1D: hue angle of 46.47º 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 #836C1D is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 108 | 29 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.49 |
| HSL | 46.47º | 0.64% | 0.31% | - |
| HSV(B) | 46.47º | 0.78% | 0.51% | - |
| XYZ | 14.94 | 15.64 | 3.39 | - |
| YUV | 105.87 | 84.62 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 29 | 0 | 0.18 | 0.78 | 0.49 | 46.47 | 0.64 | 0.31 |
| Hex | 83 | 6C | 1D | 0 | 12 | 4E | 31 | 2E | 40 | 1F |
| Octal | 203 | 154 | 35 | 0 | 22 | 116 | 61 | 56 | 100 | 37 |
| Binary | 10000011 | 1101100 | 11101 | 0 | 10010 | 1001110 | 110001 | 101110 | 1000000 | 11111 |
Color Harmonies of #836C1D
Complementary color
Monochromatic Colors of #836C1D
Black with #836C1D
Text Example
Text Example
White with #836C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836C1D; }
p { color: rgb(131,108,29); }
H1.HeaderClassName
{
color: #836C1D;
}
.AnyTagClassName
{
color: #836C1D;
}
</style>
background-color css
<style>
a { background-color: #836C1D; }
a { background-color: rgb(131,108,29); }
div.DivClassName
{
background-color: #836C1D;
}
.BgClassName
{
background-color: #836C1D;
}
</style>
border-color css
<style>
span { border-color: #836C1D; }
span { border-color: rgb(131,108,29); }
td.TdClassName
{
border-color: #836C1D;
}
.TagClassName
{
border-color: #836C1D;
}
</style>