Shades of Sand Dune #8A7566
Tints of Sand Dune #8A7566
RGB
CMYK
RGB Variations
Color information
#8A7566 (or 0x8A7566) is known color: Sand Dune. HEX triplet: 8A, 75 and 66. RGB value is (138,117,102). Sum of RGB (Red+Green+Blue) = 138+117+102=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7566 is #758A99. Grayscale: #797979. Windows color (decimal): -7703194 or 6714762. OLE color: 6714762.
HSL color Cylindrical-coordinate representation of color #8A7566: hue angle of 25º 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 #8A7566 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 102 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.46 |
| HSL | 25º | 0.15% | 0.47% | - |
| HSV(B) | 25º | 0.26% | 0.54% | - |
| XYZ | 19.24 | 19.09 | 15.24 | - |
| YUV | 121.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 102 | 0 | 0.15 | 0.26 | 0.46 | 25 | 0.15 | 0.47 |
| Hex | 8A | 75 | 66 | 0 | F | 1A | 2E | 19 | F | 2F |
| Octal | 212 | 165 | 146 | 0 | 17 | 32 | 56 | 31 | 17 | 57 |
| Binary | 10001010 | 1110101 | 1100110 | 0 | 1111 | 11010 | 101110 | 11001 | 1111 | 101111 |
Color Harmonies of #8A7566
Complementary color
Monochromatic Colors of #8A7566
Black with #8A7566
Text Example
Text Example
White with #8A7566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7566; }
p { color: rgb(138,117,102); }
H1.HeaderClassName
{
color: #8A7566;
}
.AnyTagClassName
{
color: #8A7566;
}
</style>
background-color css
<style>
a { background-color: #8A7566; }
a { background-color: rgb(138,117,102); }
div.DivClassName
{
background-color: #8A7566;
}
.BgClassName
{
background-color: #8A7566;
}
</style>
border-color css
<style>
span { border-color: #8A7566; }
span { border-color: rgb(138,117,102); }
td.TdClassName
{
border-color: #8A7566;
}
.TagClassName
{
border-color: #8A7566;
}
</style>