Shades of Redwood #613B37
Tints of Redwood #613B37
RGB
CMYK
RGB Variations
Color information
#613B37 (or 0x613B37) is known color: Redwood. HEX triplet: 61, 3B and 37. RGB value is (97,59,55). Sum of RGB (Red+Green+Blue) = 97+59+55=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #613B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613B37 is #9EC4C8. Grayscale: #454545. Windows color (decimal): -10405065 or 3619681. OLE color: 3619681.
HSL color Cylindrical-coordinate representation of color #613B37: hue angle of 5.71º 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 #613B37 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 59 | 55 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.62 |
| HSL | 5.71º | 0.28% | 0.3% | - |
| HSV(B) | 5.71º | 0.43% | 0.38% | - |
| XYZ | 7.18 | 5.95 | 4.38 | - |
| YUV | 69.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 55 | 0 | 0.39 | 0.43 | 0.62 | 5.71 | 0.28 | 0.3 |
| Hex | 61 | 3B | 37 | 0 | 27 | 2B | 3E | 6 | 1C | 1E |
| Octal | 141 | 73 | 67 | 0 | 47 | 53 | 76 | 6 | 34 | 36 |
| Binary | 1100001 | 111011 | 110111 | 0 | 100111 | 101011 | 111110 | 110 | 11100 | 11110 |
Color Harmonies of #613B37
Complementary color
Monochromatic Colors of #613B37
Black with #613B37
Text Example
Text Example
White with #613B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B37; }
p { color: rgb(97,59,55); }
H1.HeaderClassName
{
color: #613B37;
}
.AnyTagClassName
{
color: #613B37;
}
</style>
background-color css
<style>
a { background-color: #613B37; }
a { background-color: rgb(97,59,55); }
div.DivClassName
{
background-color: #613B37;
}
.BgClassName
{
background-color: #613B37;
}
</style>
border-color css
<style>
span { border-color: #613B37; }
span { border-color: rgb(97,59,55); }
td.TdClassName
{
border-color: #613B37;
}
.TagClassName
{
border-color: #613B37;
}
</style>