Shades of Shadow #82694D
Tints of Shadow #82694D
RGB
CMYK
RGB Variations
Color information
#82694D (or 0x82694D) is known color: Shadow. HEX triplet: 82, 69 and 4D. RGB value is (130,105,77). Sum of RGB (Red+Green+Blue) = 130+105+77=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #82694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82694D is #7D96B2. Grayscale: #6D6D6D. Windows color (decimal): -8230579 or 5073282. OLE color: 5073282.
HSL color Cylindrical-coordinate representation of color #82694D: hue angle of 31.7º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82694D is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 105 | 77 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.49 |
| HSL | 31.7º | 0.26% | 0.41% | - |
| HSV(B) | 31.7º | 0.41% | 0.51% | - |
| XYZ | 15.6 | 15.38 | 9.17 | - |
| YUV | 109.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 77 | 0 | 0.19 | 0.41 | 0.49 | 31.7 | 0.26 | 0.41 |
| Hex | 82 | 69 | 4D | 0 | 13 | 29 | 31 | 20 | 1A | 29 |
| Octal | 202 | 151 | 115 | 0 | 23 | 51 | 61 | 40 | 32 | 51 |
| Binary | 10000010 | 1101001 | 1001101 | 0 | 10011 | 101001 | 110001 | 100000 | 11010 | 101001 |
Color Harmonies of #82694D
Complementary color
Monochromatic Colors of #82694D
Black with #82694D
Text Example
Text Example
White with #82694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82694D; }
p { color: rgb(130,105,77); }
H1.HeaderClassName
{
color: #82694D;
}
.AnyTagClassName
{
color: #82694D;
}
</style>
background-color css
<style>
a { background-color: #82694D; }
a { background-color: rgb(130,105,77); }
div.DivClassName
{
background-color: #82694D;
}
.BgClassName
{
background-color: #82694D;
}
</style>
border-color css
<style>
span { border-color: #82694D; }
span { border-color: rgb(130,105,77); }
td.TdClassName
{
border-color: #82694D;
}
.TagClassName
{
border-color: #82694D;
}
</style>