Shades of Shadow #81684B
Tints of Shadow #81684B
RGB
CMYK
RGB Variations
Color information
#81684B (or 0x81684B) is known color: Shadow. HEX triplet: 81, 68 and 4B. RGB value is (129,104,75). Sum of RGB (Red+Green+Blue) = 129+104+75=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #81684B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81684B is #7E97B4. Grayscale: #6C6C6C. Windows color (decimal): -8296373 or 4941953. OLE color: 4941953.
HSL color Cylindrical-coordinate representation of color #81684B: hue angle of 32.22º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81684B is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 104 | 75 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.49 |
| HSL | 32.22º | 0.26% | 0.4% | - |
| HSV(B) | 32.22º | 0.42% | 0.51% | - |
| XYZ | 15.27 | 15.08 | 8.76 | - |
| YUV | 108.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 75 | 0 | 0.19 | 0.42 | 0.49 | 32.22 | 0.26 | 0.4 |
| Hex | 81 | 68 | 4B | 0 | 13 | 2A | 31 | 20 | 1A | 28 |
| Octal | 201 | 150 | 113 | 0 | 23 | 52 | 61 | 40 | 32 | 50 |
| Binary | 10000001 | 1101000 | 1001011 | 0 | 10011 | 101010 | 110001 | 100000 | 11010 | 101000 |
Color Harmonies of #81684B
Complementary color
Monochromatic Colors of #81684B
Black with #81684B
Text Example
Text Example
White with #81684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81684B; }
p { color: rgb(129,104,75); }
H1.HeaderClassName
{
color: #81684B;
}
.AnyTagClassName
{
color: #81684B;
}
</style>
background-color css
<style>
a { background-color: #81684B; }
a { background-color: rgb(129,104,75); }
div.DivClassName
{
background-color: #81684B;
}
.BgClassName
{
background-color: #81684B;
}
</style>
border-color css
<style>
span { border-color: #81684B; }
span { border-color: rgb(129,104,75); }
td.TdClassName
{
border-color: #81684B;
}
.TagClassName
{
border-color: #81684B;
}
</style>