Shades of Sand Dune #8A7663
Tints of Sand Dune #8A7663
RGB
CMYK
RGB Variations
Color information
#8A7663 (or 0x8A7663) is known color: Sand Dune. HEX triplet: 8A, 76 and 63. RGB value is (138,118,99). Sum of RGB (Red+Green+Blue) = 138+118+99=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7663 is #75899C. Grayscale: #797979. Windows color (decimal): -7702941 or 6518410. OLE color: 6518410.
HSL color Cylindrical-coordinate representation of color #8A7663: hue angle of 29.23º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A7663 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 118 | 99 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.46 |
| HSL | 29.23º | 0.16% | 0.46% | - |
| HSV(B) | 29.23º | 0.28% | 0.54% | - |
| XYZ | 19.21 | 19.26 | 14.51 | - |
| YUV | 121.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 99 | 0 | 0.14 | 0.28 | 0.46 | 29.23 | 0.16 | 0.46 |
| Hex | 8A | 76 | 63 | 0 | E | 1C | 2E | 1D | 10 | 2E |
| Octal | 212 | 166 | 143 | 0 | 16 | 34 | 56 | 35 | 20 | 56 |
| Binary | 10001010 | 1110110 | 1100011 | 0 | 1110 | 11100 | 101110 | 11101 | 10000 | 101110 |
Color Harmonies of #8A7663
Complementary color
Monochromatic Colors of #8A7663
Black with #8A7663
Text Example
Text Example
White with #8A7663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7663; }
p { color: rgb(138,118,99); }
H1.HeaderClassName
{
color: #8A7663;
}
.AnyTagClassName
{
color: #8A7663;
}
</style>
background-color css
<style>
a { background-color: #8A7663; }
a { background-color: rgb(138,118,99); }
div.DivClassName
{
background-color: #8A7663;
}
.BgClassName
{
background-color: #8A7663;
}
</style>
border-color css
<style>
span { border-color: #8A7663; }
span { border-color: rgb(138,118,99); }
td.TdClassName
{
border-color: #8A7663;
}
.TagClassName
{
border-color: #8A7663;
}
</style>