Shades of Shadow #84694E
Tints of Shadow #84694E
RGB
CMYK
RGB Variations
Color information
#84694E (or 0x84694E) is known color: Shadow. HEX triplet: 84, 69 and 4E. RGB value is (132,105,78). Sum of RGB (Red+Green+Blue) = 132+105+78=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #84694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84694E is #7B96B1. Grayscale: #6E6E6E. Windows color (decimal): -8099506 or 5138820. OLE color: 5138820.
HSL color Cylindrical-coordinate representation of color #84694E: hue angle of 30º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84694E is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 105 | 78 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.48 |
| HSL | 30º | 0.26% | 0.41% | - |
| HSV(B) | 30º | 0.41% | 0.52% | - |
| XYZ | 15.94 | 15.56 | 9.37 | - |
| YUV | 110 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 78 | 0 | 0.20 | 0.41 | 0.48 | 30 | 0.26 | 0.41 |
| Hex | 84 | 69 | 4E | 0 | 14 | 29 | 30 | 1E | 1A | 29 |
| Octal | 204 | 151 | 116 | 0 | 24 | 51 | 60 | 36 | 32 | 51 |
| Binary | 10000100 | 1101001 | 1001110 | 0 | 10100 | 101001 | 110000 | 11110 | 11010 | 101001 |
Color Harmonies of #84694E
Complementary color
Monochromatic Colors of #84694E
Black with #84694E
Text Example
Text Example
White with #84694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84694E; }
p { color: rgb(132,105,78); }
H1.HeaderClassName
{
color: #84694E;
}
.AnyTagClassName
{
color: #84694E;
}
</style>
background-color css
<style>
a { background-color: #84694E; }
a { background-color: rgb(132,105,78); }
div.DivClassName
{
background-color: #84694E;
}
.BgClassName
{
background-color: #84694E;
}
</style>
border-color css
<style>
span { border-color: #84694E; }
span { border-color: rgb(132,105,78); }
td.TdClassName
{
border-color: #84694E;
}
.TagClassName
{
border-color: #84694E;
}
</style>