Shades of Sand Dune #8A7966
Tints of Sand Dune #8A7966
RGB
CMYK
RGB Variations
Color information
#8A7966 (or 0x8A7966) is known color: Sand Dune. HEX triplet: 8A, 79 and 66. RGB value is (138,121,102). Sum of RGB (Red+Green+Blue) = 138+121+102=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7966 is #758699. Grayscale: #7C7C7C. Windows color (decimal): -7702170 or 6715786. OLE color: 6715786.
HSL color Cylindrical-coordinate representation of color #8A7966: hue angle of 31.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A7966 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 121 | 102 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.46 |
| HSL | 31.67º | 0.15% | 0.47% | - |
| HSV(B) | 31.67º | 0.26% | 0.54% | - |
| XYZ | 19.72 | 20.04 | 15.4 | - |
| YUV | 123.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 121 | 102 | 0 | 0.12 | 0.26 | 0.46 | 31.67 | 0.15 | 0.47 |
| Hex | 8A | 79 | 66 | 0 | C | 1A | 2E | 20 | F | 2F |
| Octal | 212 | 171 | 146 | 0 | 14 | 32 | 56 | 40 | 17 | 57 |
| Binary | 10001010 | 1111001 | 1100110 | 0 | 1100 | 11010 | 101110 | 100000 | 1111 | 101111 |
Color Harmonies of #8A7966
Complementary color
Monochromatic Colors of #8A7966
Black with #8A7966
Text Example
Text Example
White with #8A7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7966; }
p { color: rgb(138,121,102); }
H1.HeaderClassName
{
color: #8A7966;
}
.AnyTagClassName
{
color: #8A7966;
}
</style>
background-color css
<style>
a { background-color: #8A7966; }
a { background-color: rgb(138,121,102); }
div.DivClassName
{
background-color: #8A7966;
}
.BgClassName
{
background-color: #8A7966;
}
</style>
border-color css
<style>
span { border-color: #8A7966; }
span { border-color: rgb(138,121,102); }
td.TdClassName
{
border-color: #8A7966;
}
.TagClassName
{
border-color: #8A7966;
}
</style>