Shades of Sand Dune #81736B
Tints of Sand Dune #81736B
RGB
CMYK
RGB Variations
Color information
#81736B (or 0x81736B) is known color: Sand Dune. HEX triplet: 81, 73 and 6B. RGB value is (129,115,107). Sum of RGB (Red+Green+Blue) = 129+115+107=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 129 - color contains mainly: red. Hex color #81736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81736B is #7E8C94. Grayscale: #767676. Windows color (decimal): -8293525 or 7041921. OLE color: 7041921.
HSL color Cylindrical-coordinate representation of color #81736B: hue angle of 21.82º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81736B is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 115 | 107 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.49 |
| HSL | 21.82º | 0.09% | 0.46% | - |
| HSV(B) | 21.82º | 0.17% | 0.51% | - |
| XYZ | 17.84 | 17.99 | 16.44 | - |
| YUV | 118.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 107 | 0 | 0.11 | 0.17 | 0.49 | 21.82 | 0.09 | 0.46 |
| Hex | 81 | 73 | 6B | 0 | B | 11 | 31 | 16 | 9 | 2E |
| Octal | 201 | 163 | 153 | 0 | 13 | 21 | 61 | 26 | 11 | 56 |
| Binary | 10000001 | 1110011 | 1101011 | 0 | 1011 | 10001 | 110001 | 10110 | 1001 | 101110 |
Color Harmonies of #81736B
Complementary color
Monochromatic Colors of #81736B
Black with #81736B
Text Example
Text Example
White with #81736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81736B; }
p { color: rgb(129,115,107); }
H1.HeaderClassName
{
color: #81736B;
}
.AnyTagClassName
{
color: #81736B;
}
</style>
background-color css
<style>
a { background-color: #81736B; }
a { background-color: rgb(129,115,107); }
div.DivClassName
{
background-color: #81736B;
}
.BgClassName
{
background-color: #81736B;
}
</style>
border-color css
<style>
span { border-color: #81736B; }
span { border-color: rgb(129,115,107); }
td.TdClassName
{
border-color: #81736B;
}
.TagClassName
{
border-color: #81736B;
}
</style>