Shades of Redwood #603D38
Tints of Redwood #603D38
RGB
CMYK
RGB Variations
Color information
#603D38 (or 0x603D38) is known color: Redwood. HEX triplet: 60, 3D and 38. RGB value is (96,61,56). Sum of RGB (Red+Green+Blue) = 96+61+56=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #603D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D38 is #9FC2C7. Grayscale: #464646. Windows color (decimal): -10470088 or 3685728. OLE color: 3685728.
HSL color Cylindrical-coordinate representation of color #603D38: hue angle of 7.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #603D38 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 61 | 56 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.62 |
| HSL | 7.5º | 0.26% | 0.3% | - |
| HSV(B) | 7.5º | 0.42% | 0.38% | - |
| XYZ | 7.21 | 6.11 | 4.54 | - |
| YUV | 70.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 56 | 0 | 0.36 | 0.42 | 0.62 | 7.5 | 0.26 | 0.3 |
| Hex | 60 | 3D | 38 | 0 | 24 | 2A | 3E | 8 | 1A | 1E |
| Octal | 140 | 75 | 70 | 0 | 44 | 52 | 76 | 10 | 32 | 36 |
| Binary | 1100000 | 111101 | 111000 | 0 | 100100 | 101010 | 111110 | 1000 | 11010 | 11110 |
Color Harmonies of #603D38
Complementary color
Monochromatic Colors of #603D38
Black with #603D38
Text Example
Text Example
White with #603D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D38; }
p { color: rgb(96,61,56); }
H1.HeaderClassName
{
color: #603D38;
}
.AnyTagClassName
{
color: #603D38;
}
</style>
background-color css
<style>
a { background-color: #603D38; }
a { background-color: rgb(96,61,56); }
div.DivClassName
{
background-color: #603D38;
}
.BgClassName
{
background-color: #603D38;
}
</style>
border-color css
<style>
span { border-color: #603D38; }
span { border-color: rgb(96,61,56); }
td.TdClassName
{
border-color: #603D38;
}
.TagClassName
{
border-color: #603D38;
}
</style>