Shades of Redwood #603834
Tints of Redwood #603834
RGB
CMYK
RGB Variations
Color information
#603834 (or 0x603834) is known color: Redwood. HEX triplet: 60, 38 and 34. RGB value is (96,56,52). Sum of RGB (Red+Green+Blue) = 96+56+52=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #603834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603834 is #9FC7CB. Grayscale: #434343. Windows color (decimal): -10471372 or 3422304. OLE color: 3422304.
HSL color Cylindrical-coordinate representation of color #603834: hue angle of 5.45º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #603834 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 56 | 52 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.62 |
| HSL | 5.45º | 0.3% | 0.29% | - |
| HSV(B) | 5.45º | 0.46% | 0.38% | - |
| XYZ | 6.86 | 5.56 | 3.96 | - |
| YUV | 67.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 52 | 0 | 0.42 | 0.46 | 0.62 | 5.45 | 0.3 | 0.29 |
| Hex | 60 | 38 | 34 | 0 | 2A | 2E | 3E | 5 | 1E | 1D |
| Octal | 140 | 70 | 64 | 0 | 52 | 56 | 76 | 5 | 36 | 35 |
| Binary | 1100000 | 111000 | 110100 | 0 | 101010 | 101110 | 111110 | 101 | 11110 | 11101 |
Color Harmonies of #603834
Complementary color
Monochromatic Colors of #603834
Black with #603834
Text Example
Text Example
White with #603834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603834; }
p { color: rgb(96,56,52); }
H1.HeaderClassName
{
color: #603834;
}
.AnyTagClassName
{
color: #603834;
}
</style>
background-color css
<style>
a { background-color: #603834; }
a { background-color: rgb(96,56,52); }
div.DivClassName
{
background-color: #603834;
}
.BgClassName
{
background-color: #603834;
}
</style>
border-color css
<style>
span { border-color: #603834; }
span { border-color: rgb(96,56,52); }
td.TdClassName
{
border-color: #603834;
}
.TagClassName
{
border-color: #603834;
}
</style>