Shades of Travertine #E6E1C6
Tints of Travertine #E6E1C6
RGB
CMYK
RGB Variations
Color information
#E6E1C6 (or 0xE6E1C6) is known color: Travertine. HEX triplet: E6, E1 and C6. RGB value is (230,225,198). Sum of RGB (Red+Green+Blue) = 230+225+198=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E1C6 is #191E39. Grayscale: #DFDFDF. Windows color (decimal): -1646138 or 13033958. OLE color: 13033958.
HSL color Cylindrical-coordinate representation of color #E6E1C6: hue angle of 50.62º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6E1C6 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 198 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.10 |
| HSL | 50.63º | 0.39% | 0.84% | - |
| HSV(B) | 50.63º | 0.14% | 0.9% | - |
| XYZ | 69.75 | 74.75 | 64.18 | - |
| YUV | 223.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 198 | 0 | 0.02 | 0.14 | 0.10 | 50.63 | 0.39 | 0.84 |
| Hex | E6 | E1 | C6 | 0 | 2 | E | A | 33 | 27 | 54 |
| Octal | 346 | 341 | 306 | 0 | 2 | 16 | 12 | 63 | 47 | 124 |
| Binary | 11100110 | 11100001 | 11000110 | 0 | 10 | 1110 | 1010 | 110011 | 100111 | 1010100 |
Color Harmonies of #E6E1C6
Complementary color
Monochromatic Colors of #E6E1C6
Black with #E6E1C6
Text Example
Text Example
White with #E6E1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E1C6; }
p { color: rgb(230,225,198); }
H1.HeaderClassName
{
color: #E6E1C6;
}
.AnyTagClassName
{
color: #E6E1C6;
}
</style>
background-color css
<style>
a { background-color: #E6E1C6; }
a { background-color: rgb(230,225,198); }
div.DivClassName
{
background-color: #E6E1C6;
}
.BgClassName
{
background-color: #E6E1C6;
}
</style>
border-color css
<style>
span { border-color: #E6E1C6; }
span { border-color: rgb(230,225,198); }
td.TdClassName
{
border-color: #E6E1C6;
}
.TagClassName
{
border-color: #E6E1C6;
}
</style>