Shades of Roof Terracotta #994646
Tints of Roof Terracotta #994646
RGB
CMYK
RGB Variations
Color information
#994646 (or 0x994646) is known color: Roof Terracotta. HEX triplet: 99, 46 and 46. RGB value is (153,70,70). Sum of RGB (Red+Green+Blue) = 153+70+70=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #994646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994646 is #66B9B9. Grayscale: #5E5E5E. Windows color (decimal): -6732218 or 4605593. OLE color: 4605593.
HSL color Cylindrical-coordinate representation of color #994646: hue angle of 0º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994646 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 70 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.4 |
| HSL | 0º | 0.37% | 0.44% | - |
| HSV(B) | 0º | 0.54% | 0.6% | - |
| XYZ | 16.43 | 11.59 | 7.17 | - |
| YUV | 94.82 | 114 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 70 | 0 | 0.54 | 0.54 | 0.4 | 0 | 0.37 | 0.44 |
| Hex | 99 | 46 | 46 | 0 | 36 | 36 | 28 | 0 | 25 | 2C |
| Octal | 231 | 106 | 106 | 0 | 66 | 66 | 50 | 0 | 45 | 54 |
| Binary | 10011001 | 1000110 | 1000110 | 0 | 110110 | 110110 | 101000 | 0 | 100101 | 101100 |
Color Harmonies of #994646
Complementary color
Monochromatic Colors of #994646
Black with #994646
Text Example
Text Example
White with #994646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994646; }
p { color: rgb(153,70,70); }
H1.HeaderClassName
{
color: #994646;
}
.AnyTagClassName
{
color: #994646;
}
</style>
background-color css
<style>
a { background-color: #994646; }
a { background-color: rgb(153,70,70); }
div.DivClassName
{
background-color: #994646;
}
.BgClassName
{
background-color: #994646;
}
</style>
border-color css
<style>
span { border-color: #994646; }
span { border-color: rgb(153,70,70); }
td.TdClassName
{
border-color: #994646;
}
.TagClassName
{
border-color: #994646;
}
</style>