Shades of Shadow #83694D
Tints of Shadow #83694D
RGB
CMYK
RGB Variations
Color information
#83694D (or 0x83694D) is known color: Shadow. HEX triplet: 83, 69 and 4D. RGB value is (131,105,77). Sum of RGB (Red+Green+Blue) = 131+105+77=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #83694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83694D is #7C96B2. Grayscale: #6D6D6D. Windows color (decimal): -8165043 or 5073283. OLE color: 5073283.
HSL color Cylindrical-coordinate representation of color #83694D: hue angle of 31.11º 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 #83694D is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 105 | 77 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.49 |
| HSL | 31.11º | 0.26% | 0.41% | - |
| HSV(B) | 31.11º | 0.41% | 0.51% | - |
| XYZ | 15.75 | 15.46 | 9.18 | - |
| YUV | 109.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 105 | 77 | 0 | 0.20 | 0.41 | 0.49 | 31.11 | 0.26 | 0.41 |
| Hex | 83 | 69 | 4D | 0 | 14 | 29 | 31 | 1F | 1A | 29 |
| Octal | 203 | 151 | 115 | 0 | 24 | 51 | 61 | 37 | 32 | 51 |
| Binary | 10000011 | 1101001 | 1001101 | 0 | 10100 | 101001 | 110001 | 11111 | 11010 | 101001 |
Color Harmonies of #83694D
Complementary color
Monochromatic Colors of #83694D
Black with #83694D
Text Example
Text Example
White with #83694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83694D; }
p { color: rgb(131,105,77); }
H1.HeaderClassName
{
color: #83694D;
}
.AnyTagClassName
{
color: #83694D;
}
</style>
background-color css
<style>
a { background-color: #83694D; }
a { background-color: rgb(131,105,77); }
div.DivClassName
{
background-color: #83694D;
}
.BgClassName
{
background-color: #83694D;
}
</style>
border-color css
<style>
span { border-color: #83694D; }
span { border-color: rgb(131,105,77); }
td.TdClassName
{
border-color: #83694D;
}
.TagClassName
{
border-color: #83694D;
}
</style>