Shades of Roof Terracotta #954646
Tints of Roof Terracotta #954646
RGB
CMYK
RGB Variations
Color information
#954646 (or 0x954646) is known color: Roof Terracotta. HEX triplet: 95, 46 and 46. RGB value is (149,70,70). Sum of RGB (Red+Green+Blue) = 149+70+70=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #954646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954646 is #6AB9B9. Grayscale: #5D5D5D. Windows color (decimal): -6994362 or 4605589. OLE color: 4605589.
HSL color Cylindrical-coordinate representation of color #954646: hue angle of 0º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #954646 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 70 | 70 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.42 |
| HSL | 0º | 0.36% | 0.43% | - |
| HSV(B) | 0º | 0.53% | 0.58% | - |
| XYZ | 15.69 | 11.21 | 7.13 | - |
| YUV | 93.62 | 114.67 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 70 | 0 | 0.53 | 0.53 | 0.42 | 0 | 0.36 | 0.43 |
| Hex | 95 | 46 | 46 | 0 | 35 | 35 | 2A | 0 | 24 | 2B |
| Octal | 225 | 106 | 106 | 0 | 65 | 65 | 52 | 0 | 44 | 53 |
| Binary | 10010101 | 1000110 | 1000110 | 0 | 110101 | 110101 | 101010 | 0 | 100100 | 101011 |
Color Harmonies of #954646
Complementary color
Monochromatic Colors of #954646
Black with #954646
Text Example
Text Example
White with #954646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954646; }
p { color: rgb(149,70,70); }
H1.HeaderClassName
{
color: #954646;
}
.AnyTagClassName
{
color: #954646;
}
</style>
background-color css
<style>
a { background-color: #954646; }
a { background-color: rgb(149,70,70); }
div.DivClassName
{
background-color: #954646;
}
.BgClassName
{
background-color: #954646;
}
</style>
border-color css
<style>
span { border-color: #954646; }
span { border-color: rgb(149,70,70); }
td.TdClassName
{
border-color: #954646;
}
.TagClassName
{
border-color: #954646;
}
</style>