Shades of Shadow #85694A
Tints of Shadow #85694A
RGB
CMYK
RGB Variations
Color information
#85694A (or 0x85694A) is known color: Shadow. HEX triplet: 85, 69 and 4A. RGB value is (133,105,74). Sum of RGB (Red+Green+Blue) = 133+105+74=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85694A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85694A is #7A96B5. Grayscale: #6D6D6D. Windows color (decimal): -8033974 or 4876677. OLE color: 4876677.
HSL color Cylindrical-coordinate representation of color #85694A: hue angle of 31.53º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85694A is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 105 | 74 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.48 |
| HSL | 31.53º | 0.29% | 0.41% | - |
| HSV(B) | 31.53º | 0.44% | 0.52% | - |
| XYZ | 15.96 | 15.58 | 8.65 | - |
| YUV | 109.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 74 | 0 | 0.21 | 0.44 | 0.48 | 31.53 | 0.29 | 0.41 |
| Hex | 85 | 69 | 4A | 0 | 15 | 2C | 30 | 20 | 1D | 29 |
| Octal | 205 | 151 | 112 | 0 | 25 | 54 | 60 | 40 | 35 | 51 |
| Binary | 10000101 | 1101001 | 1001010 | 0 | 10101 | 101100 | 110000 | 100000 | 11101 | 101001 |
Color Harmonies of #85694A
Complementary color
Monochromatic Colors of #85694A
Black with #85694A
Text Example
Text Example
White with #85694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85694A; }
p { color: rgb(133,105,74); }
H1.HeaderClassName
{
color: #85694A;
}
.AnyTagClassName
{
color: #85694A;
}
</style>
background-color css
<style>
a { background-color: #85694A; }
a { background-color: rgb(133,105,74); }
div.DivClassName
{
background-color: #85694A;
}
.BgClassName
{
background-color: #85694A;
}
</style>
border-color css
<style>
span { border-color: #85694A; }
span { border-color: rgb(133,105,74); }
td.TdClassName
{
border-color: #85694A;
}
.TagClassName
{
border-color: #85694A;
}
</style>