Shades of Terra Cotta #E6675C
Tints of Terra Cotta #E6675C
RGB
CMYK
RGB Variations
Color information
#E6675C (or 0xE6675C) is known color: Terra Cotta. HEX triplet: E6, 67 and 5C. RGB value is (230,103,92). Sum of RGB (Red+Green+Blue) = 230+103+92=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6675C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6675C is #1998A3. Grayscale: #8B8B8B. Windows color (decimal): -1677476 or 6055910. OLE color: 6055910.
HSL color Cylindrical-coordinate representation of color #E6675C: hue angle of 4.78º degrees, saturation: 0.73, 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 #E6675C is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 103 | 92 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.10 |
| HSL | 4.78º | 0.73% | 0.63% | - |
| HSV(B) | 4.78º | 0.6% | 0.9% | - |
| XYZ | 39.42 | 27.3 | 13.32 | - |
| YUV | 139.72 | 101.08 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 103 | 92 | 0 | 0.55 | 0.60 | 0.10 | 4.78 | 0.73 | 0.63 |
| Hex | E6 | 67 | 5C | 0 | 37 | 3C | A | 5 | 49 | 3F |
| Octal | 346 | 147 | 134 | 0 | 67 | 74 | 12 | 5 | 111 | 77 |
| Binary | 11100110 | 1100111 | 1011100 | 0 | 110111 | 111100 | 1010 | 101 | 1001001 | 111111 |
Color Harmonies of #E6675C
Complementary color
Monochromatic Colors of #E6675C
Black with #E6675C
Text Example
Text Example
White with #E6675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6675C; }
p { color: rgb(230,103,92); }
H1.HeaderClassName
{
color: #E6675C;
}
.AnyTagClassName
{
color: #E6675C;
}
</style>
background-color css
<style>
a { background-color: #E6675C; }
a { background-color: rgb(230,103,92); }
div.DivClassName
{
background-color: #E6675C;
}
.BgClassName
{
background-color: #E6675C;
}
</style>
border-color css
<style>
span { border-color: #E6675C; }
span { border-color: rgb(230,103,92); }
td.TdClassName
{
border-color: #E6675C;
}
.TagClassName
{
border-color: #E6675C;
}
</style>