Shades of Redwood #613C36
Tints of Redwood #613C36
RGB
CMYK
RGB Variations
Color information
#613C36 (or 0x613C36) is known color: Redwood. HEX triplet: 61, 3C and 36. RGB value is (97,60,54). Sum of RGB (Red+Green+Blue) = 97+60+54=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #613C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C36 is #9EC3C9. Grayscale: #464646. Windows color (decimal): -10404810 or 3554401. OLE color: 3554401.
HSL color Cylindrical-coordinate representation of color #613C36: hue angle of 8.37º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #613C36 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 54 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.62 |
| HSL | 8.37º | 0.28% | 0.3% | - |
| HSV(B) | 8.37º | 0.44% | 0.38% | - |
| XYZ | 7.21 | 6.04 | 4.28 | - |
| YUV | 70.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 54 | 0 | 0.38 | 0.44 | 0.62 | 8.37 | 0.28 | 0.3 |
| Hex | 61 | 3C | 36 | 0 | 26 | 2C | 3E | 8 | 1C | 1E |
| Octal | 141 | 74 | 66 | 0 | 46 | 54 | 76 | 10 | 34 | 36 |
| Binary | 1100001 | 111100 | 110110 | 0 | 100110 | 101100 | 111110 | 1000 | 11100 | 11110 |
Color Harmonies of #613C36
Complementary color
Monochromatic Colors of #613C36
Black with #613C36
Text Example
Text Example
White with #613C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C36; }
p { color: rgb(97,60,54); }
H1.HeaderClassName
{
color: #613C36;
}
.AnyTagClassName
{
color: #613C36;
}
</style>
background-color css
<style>
a { background-color: #613C36; }
a { background-color: rgb(97,60,54); }
div.DivClassName
{
background-color: #613C36;
}
.BgClassName
{
background-color: #613C36;
}
</style>
border-color css
<style>
span { border-color: #613C36; }
span { border-color: rgb(97,60,54); }
td.TdClassName
{
border-color: #613C36;
}
.TagClassName
{
border-color: #613C36;
}
</style>