Shades of Desert Sand #E6C9AC
Tints of Desert Sand #E6C9AC
RGB
CMYK
RGB Variations
Color information
#E6C9AC (or 0xE6C9AC) is known color: Desert Sand. HEX triplet: E6, C9 and AC. RGB value is (230,201,172). Sum of RGB (Red+Green+Blue) = 230+201+172=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C9AC is #193653. Grayscale: #CECECE. Windows color (decimal): -1652308 or 11323878. OLE color: 11323878.
HSL color Cylindrical-coordinate representation of color #E6C9AC: hue angle of 30º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6C9AC is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 201 | 172 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.10 |
| HSL | 30º | 0.54% | 0.79% | - |
| HSV(B) | 30º | 0.25% | 0.9% | - |
| XYZ | 60.97 | 61.57 | 47.7 | - |
| YUV | 206.37 | 108.61 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 201 | 172 | 0 | 0.13 | 0.25 | 0.10 | 30 | 0.54 | 0.79 |
| Hex | E6 | C9 | AC | 0 | D | 19 | A | 1E | 36 | 4F |
| Octal | 346 | 311 | 254 | 0 | 15 | 31 | 12 | 36 | 66 | 117 |
| Binary | 11100110 | 11001001 | 10101100 | 0 | 1101 | 11001 | 1010 | 11110 | 110110 | 1001111 |
Color Harmonies of #E6C9AC
Complementary color
Monochromatic Colors of #E6C9AC
Black with #E6C9AC
Text Example
Text Example
White with #E6C9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C9AC; }
p { color: rgb(230,201,172); }
H1.HeaderClassName
{
color: #E6C9AC;
}
.AnyTagClassName
{
color: #E6C9AC;
}
</style>
background-color css
<style>
a { background-color: #E6C9AC; }
a { background-color: rgb(230,201,172); }
div.DivClassName
{
background-color: #E6C9AC;
}
.BgClassName
{
background-color: #E6C9AC;
}
</style>
border-color css
<style>
span { border-color: #E6C9AC; }
span { border-color: rgb(230,201,172); }
td.TdClassName
{
border-color: #E6C9AC;
}
.TagClassName
{
border-color: #E6C9AC;
}
</style>