Shades of Redwood #613C35
Tints of Redwood #613C35
RGB
CMYK
RGB Variations
Color information
#613C35 (or 0x613C35) is known color: Redwood. HEX triplet: 61, 3C and 35. RGB value is (97,60,53). Sum of RGB (Red+Green+Blue) = 97+60+53=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #613C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C35 is #9EC3CA. Grayscale: #464646. Windows color (decimal): -10404811 or 3488865. OLE color: 3488865.
HSL color Cylindrical-coordinate representation of color #613C35: hue angle of 9.55º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #613C35 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 53 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.62 |
| HSL | 9.55º | 0.29% | 0.29% | - |
| HSV(B) | 9.55º | 0.45% | 0.38% | - |
| XYZ | 7.19 | 6.03 | 4.15 | - |
| YUV | 70.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 53 | 0 | 0.38 | 0.45 | 0.62 | 9.55 | 0.29 | 0.29 |
| Hex | 61 | 3C | 35 | 0 | 26 | 2D | 3E | A | 1D | 1D |
| Octal | 141 | 74 | 65 | 0 | 46 | 55 | 76 | 12 | 35 | 35 |
| Binary | 1100001 | 111100 | 110101 | 0 | 100110 | 101101 | 111110 | 1010 | 11101 | 11101 |
Color Harmonies of #613C35
Complementary color
Monochromatic Colors of #613C35
Black with #613C35
Text Example
Text Example
White with #613C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C35; }
p { color: rgb(97,60,53); }
H1.HeaderClassName
{
color: #613C35;
}
.AnyTagClassName
{
color: #613C35;
}
</style>
background-color css
<style>
a { background-color: #613C35; }
a { background-color: rgb(97,60,53); }
div.DivClassName
{
background-color: #613C35;
}
.BgClassName
{
background-color: #613C35;
}
</style>
border-color css
<style>
span { border-color: #613C35; }
span { border-color: rgb(97,60,53); }
td.TdClassName
{
border-color: #613C35;
}
.TagClassName
{
border-color: #613C35;
}
</style>