Shades of Shadow #836C46
Tints of Shadow #836C46
RGB
CMYK
RGB Variations
Color information
#836C46 (or 0x836C46) is known color: Shadow. HEX triplet: 83, 6C and 46. RGB value is (131,108,70). Sum of RGB (Red+Green+Blue) = 131+108+70=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #836C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836C46 is #7C93B9. Grayscale: #6E6E6E. Windows color (decimal): -8164282 or 4615299. OLE color: 4615299.
HSL color Cylindrical-coordinate representation of color #836C46: hue angle of 37.38º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #836C46 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 108 | 70 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.49 |
| HSL | 37.38º | 0.3% | 0.39% | - |
| HSV(B) | 37.38º | 0.47% | 0.51% | - |
| XYZ | 15.83 | 15.99 | 8.05 | - |
| YUV | 110.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 70 | 0 | 0.18 | 0.47 | 0.49 | 37.38 | 0.3 | 0.39 |
| Hex | 83 | 6C | 46 | 0 | 12 | 2F | 31 | 25 | 1E | 27 |
| Octal | 203 | 154 | 106 | 0 | 22 | 57 | 61 | 45 | 36 | 47 |
| Binary | 10000011 | 1101100 | 1000110 | 0 | 10010 | 101111 | 110001 | 100101 | 11110 | 100111 |
Color Harmonies of #836C46
Complementary color
Monochromatic Colors of #836C46
Black with #836C46
Text Example
Text Example
White with #836C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836C46; }
p { color: rgb(131,108,70); }
H1.HeaderClassName
{
color: #836C46;
}
.AnyTagClassName
{
color: #836C46;
}
</style>
background-color css
<style>
a { background-color: #836C46; }
a { background-color: rgb(131,108,70); }
div.DivClassName
{
background-color: #836C46;
}
.BgClassName
{
background-color: #836C46;
}
</style>
border-color css
<style>
span { border-color: #836C46; }
span { border-color: rgb(131,108,70); }
td.TdClassName
{
border-color: #836C46;
}
.TagClassName
{
border-color: #836C46;
}
</style>