Shades of Redwood #613C37
Tints of Redwood #613C37
RGB
CMYK
RGB Variations
Color information
#613C37 (or 0x613C37) is known color: Redwood. HEX triplet: 61, 3C and 37. RGB value is (97,60,55). Sum of RGB (Red+Green+Blue) = 97+60+55=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #613C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C37 is #9EC3C8. Grayscale: #464646. Windows color (decimal): -10404809 or 3619937. OLE color: 3619937.
HSL color Cylindrical-coordinate representation of color #613C37: hue angle of 7.14º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #613C37 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 55 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.62 |
| HSL | 7.14º | 0.28% | 0.3% | - |
| HSV(B) | 7.14º | 0.43% | 0.38% | - |
| XYZ | 7.24 | 6.05 | 4.4 | - |
| YUV | 70.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 55 | 0 | 0.38 | 0.43 | 0.62 | 7.14 | 0.28 | 0.3 |
| Hex | 61 | 3C | 37 | 0 | 26 | 2B | 3E | 7 | 1C | 1E |
| Octal | 141 | 74 | 67 | 0 | 46 | 53 | 76 | 7 | 34 | 36 |
| Binary | 1100001 | 111100 | 110111 | 0 | 100110 | 101011 | 111110 | 111 | 11100 | 11110 |
Color Harmonies of #613C37
Complementary color
Monochromatic Colors of #613C37
Black with #613C37
Text Example
Text Example
White with #613C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C37; }
p { color: rgb(97,60,55); }
H1.HeaderClassName
{
color: #613C37;
}
.AnyTagClassName
{
color: #613C37;
}
</style>
background-color css
<style>
a { background-color: #613C37; }
a { background-color: rgb(97,60,55); }
div.DivClassName
{
background-color: #613C37;
}
.BgClassName
{
background-color: #613C37;
}
</style>
border-color css
<style>
span { border-color: #613C37; }
span { border-color: rgb(97,60,55); }
td.TdClassName
{
border-color: #613C37;
}
.TagClassName
{
border-color: #613C37;
}
</style>