Shades of Sand Dune #81796F
Tints of Sand Dune #81796F
RGB
CMYK
RGB Variations
Color information
#81796F (or 0x81796F) is known color: Sand Dune. HEX triplet: 81, 79 and 6F. RGB value is (129,121,111). Sum of RGB (Red+Green+Blue) = 129+121+111=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 129 - color contains mainly: red. Hex color #81796F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81796F is #7E8690. Grayscale: #7A7A7A. Windows color (decimal): -8291985 or 7305601. OLE color: 7305601.
HSL color Cylindrical-coordinate representation of color #81796F: hue angle of 33.33º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #81796F is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 121 | 111 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.49 |
| HSL | 33.33º | 0.08% | 0.47% | - |
| HSV(B) | 33.33º | 0.14% | 0.51% | - |
| XYZ | 18.76 | 19.49 | 17.81 | - |
| YUV | 122.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 111 | 0 | 0.06 | 0.14 | 0.49 | 33.33 | 0.08 | 0.47 |
| Hex | 81 | 79 | 6F | 0 | 6 | E | 31 | 21 | 8 | 2F |
| Octal | 201 | 171 | 157 | 0 | 6 | 16 | 61 | 41 | 10 | 57 |
| Binary | 10000001 | 1111001 | 1101111 | 0 | 110 | 1110 | 110001 | 100001 | 1000 | 101111 |
Color Harmonies of #81796F
Complementary color
Monochromatic Colors of #81796F
Black with #81796F
Text Example
Text Example
White with #81796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81796F; }
p { color: rgb(129,121,111); }
H1.HeaderClassName
{
color: #81796F;
}
.AnyTagClassName
{
color: #81796F;
}
</style>
background-color css
<style>
a { background-color: #81796F; }
a { background-color: rgb(129,121,111); }
div.DivClassName
{
background-color: #81796F;
}
.BgClassName
{
background-color: #81796F;
}
</style>
border-color css
<style>
span { border-color: #81796F; }
span { border-color: rgb(129,121,111); }
td.TdClassName
{
border-color: #81796F;
}
.TagClassName
{
border-color: #81796F;
}
</style>