Shades of Terra Cotta #E6695B
Tints of Terra Cotta #E6695B
RGB
CMYK
RGB Variations
Color information
#E6695B (or 0xE6695B) is known color: Terra Cotta. HEX triplet: E6, 69 and 5B. RGB value is (230,105,91). Sum of RGB (Red+Green+Blue) = 230+105+91=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E6695B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6695B is #1996A4. Grayscale: #8C8C8C. Windows color (decimal): -1676965 or 5990886. OLE color: 5990886.
HSL color Cylindrical-coordinate representation of color #E6695B: hue angle of 6.04º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6695B is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 91 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.10 |
| HSL | 6.04º | 0.74% | 0.63% | - |
| HSV(B) | 6.04º | 0.6% | 0.9% | - |
| XYZ | 39.57 | 27.68 | 13.15 | - |
| YUV | 140.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 91 | 0 | 0.54 | 0.60 | 0.10 | 6.04 | 0.74 | 0.63 |
| Hex | E6 | 69 | 5B | 0 | 36 | 3C | A | 6 | 4A | 3F |
| Octal | 346 | 151 | 133 | 0 | 66 | 74 | 12 | 6 | 112 | 77 |
| Binary | 11100110 | 1101001 | 1011011 | 0 | 110110 | 111100 | 1010 | 110 | 1001010 | 111111 |
Color Harmonies of #E6695B
Complementary color
Monochromatic Colors of #E6695B
Black with #E6695B
Text Example
Text Example
White with #E6695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6695B; }
p { color: rgb(230,105,91); }
H1.HeaderClassName
{
color: #E6695B;
}
.AnyTagClassName
{
color: #E6695B;
}
</style>
background-color css
<style>
a { background-color: #E6695B; }
a { background-color: rgb(230,105,91); }
div.DivClassName
{
background-color: #E6695B;
}
.BgClassName
{
background-color: #E6695B;
}
</style>
border-color css
<style>
span { border-color: #E6695B; }
span { border-color: rgb(230,105,91); }
td.TdClassName
{
border-color: #E6695B;
}
.TagClassName
{
border-color: #E6695B;
}
</style>