Shades of Roof Terracotta #9F4640
Tints of Roof Terracotta #9F4640
RGB
CMYK
RGB Variations
Color information
#9F4640 (or 0x9F4640) is known color: Roof Terracotta. HEX triplet: 9F, 46 and 40. RGB value is (159,70,64). Sum of RGB (Red+Green+Blue) = 159+70+64=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4640 is #60B9BF. Grayscale: #606060. Windows color (decimal): -6339008 or 4212383. OLE color: 4212383.
HSL color Cylindrical-coordinate representation of color #9F4640: hue angle of 3.79º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F4640 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 64 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.38 |
| HSL | 3.79º | 0.43% | 0.44% | - |
| HSV(B) | 3.79º | 0.6% | 0.62% | - |
| XYZ | 17.41 | 12.12 | 6.27 | - |
| YUV | 95.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 64 | 0 | 0.56 | 0.60 | 0.38 | 3.79 | 0.43 | 0.44 |
| Hex | 9F | 46 | 40 | 0 | 38 | 3C | 26 | 4 | 2B | 2C |
| Octal | 237 | 106 | 100 | 0 | 70 | 74 | 46 | 4 | 53 | 54 |
| Binary | 10011111 | 1000110 | 1000000 | 0 | 111000 | 111100 | 100110 | 100 | 101011 | 101100 |
Color Harmonies of #9F4640
Complementary color
Monochromatic Colors of #9F4640
Black with #9F4640
Text Example
Text Example
White with #9F4640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4640; }
p { color: rgb(159,70,64); }
H1.HeaderClassName
{
color: #9F4640;
}
.AnyTagClassName
{
color: #9F4640;
}
</style>
background-color css
<style>
a { background-color: #9F4640; }
a { background-color: rgb(159,70,64); }
div.DivClassName
{
background-color: #9F4640;
}
.BgClassName
{
background-color: #9F4640;
}
</style>
border-color css
<style>
span { border-color: #9F4640; }
span { border-color: rgb(159,70,64); }
td.TdClassName
{
border-color: #9F4640;
}
.TagClassName
{
border-color: #9F4640;
}
</style>