Shades of Roof Terracotta #9B4646
Tints of Roof Terracotta #9B4646
RGB
CMYK
RGB Variations
Color information
#9B4646 (or 0x9B4646) is known color: Roof Terracotta. HEX triplet: 9B, 46 and 46. RGB value is (155,70,70). Sum of RGB (Red+Green+Blue) = 155+70+70=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4646 is #64B9B9. Grayscale: #5F5F5F. Windows color (decimal): -6601146 or 4605595. OLE color: 4605595.
HSL color Cylindrical-coordinate representation of color #9B4646: hue angle of 0º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B4646 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 70 | 70 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.39 |
| HSL | 0º | 0.38% | 0.44% | - |
| HSV(B) | 0º | 0.55% | 0.61% | - |
| XYZ | 16.81 | 11.79 | 7.18 | - |
| YUV | 95.42 | 113.66 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 70 | 0 | 0.55 | 0.55 | 0.39 | 0 | 0.38 | 0.44 |
| Hex | 9B | 46 | 46 | 0 | 37 | 37 | 27 | 0 | 26 | 2C |
| Octal | 233 | 106 | 106 | 0 | 67 | 67 | 47 | 0 | 46 | 54 |
| Binary | 10011011 | 1000110 | 1000110 | 0 | 110111 | 110111 | 100111 | 0 | 100110 | 101100 |
Color Harmonies of #9B4646
Complementary color
Monochromatic Colors of #9B4646
Black with #9B4646
Text Example
Text Example
White with #9B4646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4646; }
p { color: rgb(155,70,70); }
H1.HeaderClassName
{
color: #9B4646;
}
.AnyTagClassName
{
color: #9B4646;
}
</style>
background-color css
<style>
a { background-color: #9B4646; }
a { background-color: rgb(155,70,70); }
div.DivClassName
{
background-color: #9B4646;
}
.BgClassName
{
background-color: #9B4646;
}
</style>
border-color css
<style>
span { border-color: #9B4646; }
span { border-color: rgb(155,70,70); }
td.TdClassName
{
border-color: #9B4646;
}
.TagClassName
{
border-color: #9B4646;
}
</style>