Shades of Shadow #84694B
Tints of Shadow #84694B
RGB
CMYK
RGB Variations
Color information
#84694B (or 0x84694B) is known color: Shadow. HEX triplet: 84, 69 and 4B. RGB value is (132,105,75). Sum of RGB (Red+Green+Blue) = 132+105+75=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #84694B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84694B is #7B96B4. Grayscale: #6D6D6D. Windows color (decimal): -8099509 or 4942212. OLE color: 4942212.
HSL color Cylindrical-coordinate representation of color #84694B: hue angle of 31.58º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84694B is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 105 | 75 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.48 |
| HSL | 31.58º | 0.28% | 0.41% | - |
| HSV(B) | 31.58º | 0.43% | 0.52% | - |
| XYZ | 15.84 | 15.52 | 8.82 | - |
| YUV | 109.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 75 | 0 | 0.20 | 0.43 | 0.48 | 31.58 | 0.28 | 0.41 |
| Hex | 84 | 69 | 4B | 0 | 14 | 2B | 30 | 20 | 1C | 29 |
| Octal | 204 | 151 | 113 | 0 | 24 | 53 | 60 | 40 | 34 | 51 |
| Binary | 10000100 | 1101001 | 1001011 | 0 | 10100 | 101011 | 110000 | 100000 | 11100 | 101001 |
Color Harmonies of #84694B
Complementary color
Monochromatic Colors of #84694B
Black with #84694B
Text Example
Text Example
White with #84694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84694B; }
p { color: rgb(132,105,75); }
H1.HeaderClassName
{
color: #84694B;
}
.AnyTagClassName
{
color: #84694B;
}
</style>
background-color css
<style>
a { background-color: #84694B; }
a { background-color: rgb(132,105,75); }
div.DivClassName
{
background-color: #84694B;
}
.BgClassName
{
background-color: #84694B;
}
</style>
border-color css
<style>
span { border-color: #84694B; }
span { border-color: rgb(132,105,75); }
td.TdClassName
{
border-color: #84694B;
}
.TagClassName
{
border-color: #84694B;
}
</style>