Shades of Redwood #60312C
Tints of Redwood #60312C
RGB
CMYK
RGB Variations
Color information
#60312C (or 0x60312C) is known color: Redwood. HEX triplet: 60, 31 and 2C. RGB value is (96,49,44). Sum of RGB (Red+Green+Blue) = 96+49+44=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #60312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60312C is #9FCED3. Grayscale: #3E3E3E. Windows color (decimal): -10473172 or 2896224. OLE color: 2896224.
HSL color Cylindrical-coordinate representation of color #60312C: hue angle of 5.77º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60312C is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 44 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.62 |
| HSL | 5.77º | 0.37% | 0.27% | - |
| HSV(B) | 5.77º | 0.54% | 0.38% | - |
| XYZ | 6.38 | 4.87 | 2.99 | - |
| YUV | 62.48 | 117.57 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 44 | 0 | 0.49 | 0.54 | 0.62 | 5.77 | 0.37 | 0.27 |
| Hex | 60 | 31 | 2C | 0 | 31 | 36 | 3E | 6 | 25 | 1B |
| Octal | 140 | 61 | 54 | 0 | 61 | 66 | 76 | 6 | 45 | 33 |
| Binary | 1100000 | 110001 | 101100 | 0 | 110001 | 110110 | 111110 | 110 | 100101 | 11011 |
Color Harmonies of #60312C
Complementary color
Monochromatic Colors of #60312C
Black with #60312C
Text Example
Text Example
White with #60312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60312C; }
p { color: rgb(96,49,44); }
H1.HeaderClassName
{
color: #60312C;
}
.AnyTagClassName
{
color: #60312C;
}
</style>
background-color css
<style>
a { background-color: #60312C; }
a { background-color: rgb(96,49,44); }
div.DivClassName
{
background-color: #60312C;
}
.BgClassName
{
background-color: #60312C;
}
</style>
border-color css
<style>
span { border-color: #60312C; }
span { border-color: rgb(96,49,44); }
td.TdClassName
{
border-color: #60312C;
}
.TagClassName
{
border-color: #60312C;
}
</style>