Shades of Chamois #E6CC99
Tints of Chamois #E6CC99
RGB
CMYK
RGB Variations
Color information
#E6CC99 (or 0xE6CC99) is known color: Chamois. HEX triplet: E6, CC and 99. RGB value is (230,204,153). Sum of RGB (Red+Green+Blue) = 230+204+153=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 153 (60.16% from 255 or 26.06% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CC99 is #193366. Grayscale: #CECECE. Windows color (decimal): -1651559 or 10079462. OLE color: 10079462.
HSL color Cylindrical-coordinate representation of color #E6CC99: hue angle of 39.74º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6CC99 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 153 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.10 |
| HSL | 39.74º | 0.61% | 0.75% | - |
| HSV(B) | 39.74º | 0.33% | 0.9% | - |
| XYZ | 59.98 | 62.31 | 39 | - |
| YUV | 205.96 | 98.11 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 153 | 0 | 0.11 | 0.33 | 0.10 | 39.74 | 0.61 | 0.75 |
| Hex | E6 | CC | 99 | 0 | B | 21 | A | 28 | 3D | 4B |
| Octal | 346 | 314 | 231 | 0 | 13 | 41 | 12 | 50 | 75 | 113 |
| Binary | 11100110 | 11001100 | 10011001 | 0 | 1011 | 100001 | 1010 | 101000 | 111101 | 1001011 |
Color Harmonies of #E6CC99
Complementary color
Monochromatic Colors of #E6CC99
Black with #E6CC99
Text Example
Text Example
White with #E6CC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC99; }
p { color: rgb(230,204,153); }
H1.HeaderClassName
{
color: #E6CC99;
}
.AnyTagClassName
{
color: #E6CC99;
}
</style>
background-color css
<style>
a { background-color: #E6CC99; }
a { background-color: rgb(230,204,153); }
div.DivClassName
{
background-color: #E6CC99;
}
.BgClassName
{
background-color: #E6CC99;
}
</style>
border-color css
<style>
span { border-color: #E6CC99; }
span { border-color: rgb(230,204,153); }
td.TdClassName
{
border-color: #E6CC99;
}
.TagClassName
{
border-color: #E6CC99;
}
</style>