Shades of Redwood #603631
Tints of Redwood #603631
RGB
CMYK
RGB Variations
Color information
#603631 (or 0x603631) is known color: Redwood. HEX triplet: 60, 36 and 31. RGB value is (96,54,49). Sum of RGB (Red+Green+Blue) = 96+54+49=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #603631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603631 is #9FC9CE. Grayscale: #424242. Windows color (decimal): -10471887 or 3225184. OLE color: 3225184.
HSL color Cylindrical-coordinate representation of color #603631: hue angle of 6.38º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603631 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 54 | 49 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.62 |
| HSL | 6.38º | 0.32% | 0.28% | - |
| HSV(B) | 6.38º | 0.49% | 0.38% | - |
| XYZ | 6.7 | 5.35 | 3.58 | - |
| YUV | 65.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 54 | 49 | 0 | 0.44 | 0.49 | 0.62 | 6.38 | 0.32 | 0.28 |
| Hex | 60 | 36 | 31 | 0 | 2C | 31 | 3E | 6 | 20 | 1C |
| Octal | 140 | 66 | 61 | 0 | 54 | 61 | 76 | 6 | 40 | 34 |
| Binary | 1100000 | 110110 | 110001 | 0 | 101100 | 110001 | 111110 | 110 | 100000 | 11100 |
Color Harmonies of #603631
Complementary color
Monochromatic Colors of #603631
Black with #603631
Text Example
Text Example
White with #603631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603631; }
p { color: rgb(96,54,49); }
H1.HeaderClassName
{
color: #603631;
}
.AnyTagClassName
{
color: #603631;
}
</style>
background-color css
<style>
a { background-color: #603631; }
a { background-color: rgb(96,54,49); }
div.DivClassName
{
background-color: #603631;
}
.BgClassName
{
background-color: #603631;
}
</style>
border-color css
<style>
span { border-color: #603631; }
span { border-color: rgb(96,54,49); }
td.TdClassName
{
border-color: #603631;
}
.TagClassName
{
border-color: #603631;
}
</style>