Shades of Roof Terracotta #9C4644
Tints of Roof Terracotta #9C4644
RGB
CMYK
RGB Variations
Color information
#9C4644 (or 0x9C4644) is known color: Roof Terracotta. HEX triplet: 9C, 46 and 44. RGB value is (156,70,68). Sum of RGB (Red+Green+Blue) = 156+70+68=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4644 is #63B9BB. Grayscale: #5F5F5F. Windows color (decimal): -6535612 or 4474524. OLE color: 4474524.
HSL color Cylindrical-coordinate representation of color #9C4644: hue angle of 1.36º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C4644 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 70 | 68 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.39 |
| HSL | 1.36º | 0.39% | 0.44% | - |
| HSV(B) | 1.36º | 0.56% | 0.61% | - |
| XYZ | 16.94 | 11.87 | 6.87 | - |
| YUV | 95.49 | 112.49 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 68 | 0 | 0.55 | 0.56 | 0.39 | 1.36 | 0.39 | 0.44 |
| Hex | 9C | 46 | 44 | 0 | 37 | 38 | 27 | 1 | 27 | 2C |
| Octal | 234 | 106 | 104 | 0 | 67 | 70 | 47 | 1 | 47 | 54 |
| Binary | 10011100 | 1000110 | 1000100 | 0 | 110111 | 111000 | 100111 | 1 | 100111 | 101100 |
Color Harmonies of #9C4644
Complementary color
Monochromatic Colors of #9C4644
Black with #9C4644
Text Example
Text Example
White with #9C4644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4644; }
p { color: rgb(156,70,68); }
H1.HeaderClassName
{
color: #9C4644;
}
.AnyTagClassName
{
color: #9C4644;
}
</style>
background-color css
<style>
a { background-color: #9C4644; }
a { background-color: rgb(156,70,68); }
div.DivClassName
{
background-color: #9C4644;
}
.BgClassName
{
background-color: #9C4644;
}
</style>
border-color css
<style>
span { border-color: #9C4644; }
span { border-color: rgb(156,70,68); }
td.TdClassName
{
border-color: #9C4644;
}
.TagClassName
{
border-color: #9C4644;
}
</style>