Shades of Chamois #E6C999
Tints of Chamois #E6C999
RGB
CMYK
RGB Variations
Color information
#E6C999 (or 0xE6C999) is known color: Chamois. HEX triplet: E6, C9 and 99. RGB value is (230,201,153). Sum of RGB (Red+Green+Blue) = 230+201+153=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 153 (60.16% from 255 or 26.20% from 584); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C999 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C999 is #193666. Grayscale: #CCCCCC. Windows color (decimal): -1652327 or 10078694. OLE color: 10078694.
HSL color Cylindrical-coordinate representation of color #E6C999: hue angle of 37.4º 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 #E6C999 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 201 | 153 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.10 |
| HSL | 37.4º | 0.61% | 0.75% | - |
| HSV(B) | 37.4º | 0.33% | 0.9% | - |
| XYZ | 59.27 | 60.9 | 38.77 | - |
| YUV | 204.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 201 | 153 | 0 | 0.13 | 0.33 | 0.10 | 37.4 | 0.61 | 0.75 |
| Hex | E6 | C9 | 99 | 0 | D | 21 | A | 25 | 3D | 4B |
| Octal | 346 | 311 | 231 | 0 | 15 | 41 | 12 | 45 | 75 | 113 |
| Binary | 11100110 | 11001001 | 10011001 | 0 | 1101 | 100001 | 1010 | 100101 | 111101 | 1001011 |
Color Harmonies of #E6C999
Complementary color
Monochromatic Colors of #E6C999
Black with #E6C999
Text Example
Text Example
White with #E6C999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C999; }
p { color: rgb(230,201,153); }
H1.HeaderClassName
{
color: #E6C999;
}
.AnyTagClassName
{
color: #E6C999;
}
</style>
background-color css
<style>
a { background-color: #E6C999; }
a { background-color: rgb(230,201,153); }
div.DivClassName
{
background-color: #E6C999;
}
.BgClassName
{
background-color: #E6C999;
}
</style>
border-color css
<style>
span { border-color: #E6C999; }
span { border-color: rgb(230,201,153); }
td.TdClassName
{
border-color: #E6C999;
}
.TagClassName
{
border-color: #E6C999;
}
</style>