Shades of Shadow #83684B
Tints of Shadow #83684B
RGB
CMYK
RGB Variations
Color information
#83684B (or 0x83684B) is known color: Shadow. HEX triplet: 83, 68 and 4B. RGB value is (131,104,75). Sum of RGB (Red+Green+Blue) = 131+104+75=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #83684B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83684B is #7C97B4. Grayscale: #6C6C6C. Windows color (decimal): -8165301 or 4941955. OLE color: 4941955.
HSL color Cylindrical-coordinate representation of color #83684B: hue angle of 31.07º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83684B is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 104 | 75 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.49 |
| HSL | 31.07º | 0.27% | 0.4% | - |
| HSV(B) | 31.07º | 0.43% | 0.51% | - |
| XYZ | 15.58 | 15.23 | 8.78 | - |
| YUV | 108.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 104 | 75 | 0 | 0.21 | 0.43 | 0.49 | 31.07 | 0.27 | 0.4 |
| Hex | 83 | 68 | 4B | 0 | 15 | 2B | 31 | 1F | 1B | 28 |
| Octal | 203 | 150 | 113 | 0 | 25 | 53 | 61 | 37 | 33 | 50 |
| Binary | 10000011 | 1101000 | 1001011 | 0 | 10101 | 101011 | 110001 | 11111 | 11011 | 101000 |
Color Harmonies of #83684B
Complementary color
Monochromatic Colors of #83684B
Black with #83684B
Text Example
Text Example
White with #83684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83684B; }
p { color: rgb(131,104,75); }
H1.HeaderClassName
{
color: #83684B;
}
.AnyTagClassName
{
color: #83684B;
}
</style>
background-color css
<style>
a { background-color: #83684B; }
a { background-color: rgb(131,104,75); }
div.DivClassName
{
background-color: #83684B;
}
.BgClassName
{
background-color: #83684B;
}
</style>
border-color css
<style>
span { border-color: #83684B; }
span { border-color: rgb(131,104,75); }
td.TdClassName
{
border-color: #83684B;
}
.TagClassName
{
border-color: #83684B;
}
</style>