Shades of Roof Terracotta #9F4642
Tints of Roof Terracotta #9F4642
RGB
CMYK
RGB Variations
Color information
#9F4642 (or 0x9F4642) is known color: Roof Terracotta. HEX triplet: 9F, 46 and 42. RGB value is (159,70,66). Sum of RGB (Red+Green+Blue) = 159+70+66=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4642 is #60B9BD. Grayscale: #606060. Windows color (decimal): -6339006 or 4343455. OLE color: 4343455.
HSL color Cylindrical-coordinate representation of color #9F4642: hue angle of 2.58º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F4642 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 66 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.38 |
| HSL | 2.58º | 0.41% | 0.44% | - |
| HSV(B) | 2.58º | 0.58% | 0.62% | - |
| XYZ | 17.47 | 12.14 | 6.58 | - |
| YUV | 96.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 66 | 0 | 0.56 | 0.58 | 0.38 | 2.58 | 0.41 | 0.44 |
| Hex | 9F | 46 | 42 | 0 | 38 | 3A | 26 | 3 | 29 | 2C |
| Octal | 237 | 106 | 102 | 0 | 70 | 72 | 46 | 3 | 51 | 54 |
| Binary | 10011111 | 1000110 | 1000010 | 0 | 111000 | 111010 | 100110 | 11 | 101001 | 101100 |
Color Harmonies of #9F4642
Complementary color
Monochromatic Colors of #9F4642
Black with #9F4642
Text Example
Text Example
White with #9F4642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4642; }
p { color: rgb(159,70,66); }
H1.HeaderClassName
{
color: #9F4642;
}
.AnyTagClassName
{
color: #9F4642;
}
</style>
background-color css
<style>
a { background-color: #9F4642; }
a { background-color: rgb(159,70,66); }
div.DivClassName
{
background-color: #9F4642;
}
.BgClassName
{
background-color: #9F4642;
}
</style>
border-color css
<style>
span { border-color: #9F4642; }
span { border-color: rgb(159,70,66); }
td.TdClassName
{
border-color: #9F4642;
}
.TagClassName
{
border-color: #9F4642;
}
</style>