Shades of Chamois #E6CB9F
Tints of Chamois #E6CB9F
RGB
CMYK
RGB Variations
Color information
#E6CB9F (or 0xE6CB9F) is known color: Chamois. HEX triplet: E6, CB and 9F. RGB value is (230,203,159). Sum of RGB (Red+Green+Blue) = 230+203+159=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CB9F is #193460. Grayscale: #CECECE. Windows color (decimal): -1651809 or 10472422. OLE color: 10472422.
HSL color Cylindrical-coordinate representation of color #E6CB9F: hue angle of 37.18º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6CB9F is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 159 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.10 |
| HSL | 37.18º | 0.59% | 0.76% | - |
| HSV(B) | 37.18º | 0.31% | 0.9% | - |
| XYZ | 60.25 | 62.04 | 41.6 | - |
| YUV | 206.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 159 | 0 | 0.12 | 0.31 | 0.10 | 37.18 | 0.59 | 0.76 |
| Hex | E6 | CB | 9F | 0 | C | 1F | A | 25 | 3B | 4C |
| Octal | 346 | 313 | 237 | 0 | 14 | 37 | 12 | 45 | 73 | 114 |
| Binary | 11100110 | 11001011 | 10011111 | 0 | 1100 | 11111 | 1010 | 100101 | 111011 | 1001100 |
Color Harmonies of #E6CB9F
Complementary color
Monochromatic Colors of #E6CB9F
Black with #E6CB9F
Text Example
Text Example
White with #E6CB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CB9F; }
p { color: rgb(230,203,159); }
H1.HeaderClassName
{
color: #E6CB9F;
}
.AnyTagClassName
{
color: #E6CB9F;
}
</style>
background-color css
<style>
a { background-color: #E6CB9F; }
a { background-color: rgb(230,203,159); }
div.DivClassName
{
background-color: #E6CB9F;
}
.BgClassName
{
background-color: #E6CB9F;
}
</style>
border-color css
<style>
span { border-color: #E6CB9F; }
span { border-color: rgb(230,203,159); }
td.TdClassName
{
border-color: #E6CB9F;
}
.TagClassName
{
border-color: #E6CB9F;
}
</style>