Shades of Shadow #81684C
Tints of Shadow #81684C
RGB
CMYK
RGB Variations
Color information
#81684C (or 0x81684C) is known color: Shadow. HEX triplet: 81, 68 and 4C. RGB value is (129,104,76). Sum of RGB (Red+Green+Blue) = 129+104+76=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 129 - color contains mainly: red. Hex color #81684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81684C is #7E97B3. Grayscale: #6C6C6C. Windows color (decimal): -8296372 or 5007489. OLE color: 5007489.
HSL color Cylindrical-coordinate representation of color #81684C: hue angle of 31.7º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81684C is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 104 | 76 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.49 |
| HSL | 31.7º | 0.26% | 0.4% | - |
| HSV(B) | 31.7º | 0.41% | 0.51% | - |
| XYZ | 15.31 | 15.09 | 8.94 | - |
| YUV | 108.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 76 | 0 | 0.19 | 0.41 | 0.49 | 31.7 | 0.26 | 0.4 |
| Hex | 81 | 68 | 4C | 0 | 13 | 29 | 31 | 20 | 1A | 28 |
| Octal | 201 | 150 | 114 | 0 | 23 | 51 | 61 | 40 | 32 | 50 |
| Binary | 10000001 | 1101000 | 1001100 | 0 | 10011 | 101001 | 110001 | 100000 | 11010 | 101000 |
Color Harmonies of #81684C
Complementary color
Monochromatic Colors of #81684C
Black with #81684C
Text Example
Text Example
White with #81684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81684C; }
p { color: rgb(129,104,76); }
H1.HeaderClassName
{
color: #81684C;
}
.AnyTagClassName
{
color: #81684C;
}
</style>
background-color css
<style>
a { background-color: #81684C; }
a { background-color: rgb(129,104,76); }
div.DivClassName
{
background-color: #81684C;
}
.BgClassName
{
background-color: #81684C;
}
</style>
border-color css
<style>
span { border-color: #81684C; }
span { border-color: rgb(129,104,76); }
td.TdClassName
{
border-color: #81684C;
}
.TagClassName
{
border-color: #81684C;
}
</style>