Shades of Redwood #613630
Tints of Redwood #613630
RGB
CMYK
RGB Variations
Color information
#613630 (or 0x613630) is known color: Redwood. HEX triplet: 61, 36 and 30. RGB value is (97,54,48). Sum of RGB (Red+Green+Blue) = 97+54+48=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #613630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613630 is #9EC9CF. Grayscale: #424242. Windows color (decimal): -10406352 or 3159649. OLE color: 3159649.
HSL color Cylindrical-coordinate representation of color #613630: hue angle of 7.35º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #613630 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 54 | 48 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.62 |
| HSL | 7.35º | 0.34% | 0.28% | - |
| HSV(B) | 7.35º | 0.51% | 0.38% | - |
| XYZ | 6.78 | 5.39 | 3.48 | - |
| YUV | 66.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 48 | 0 | 0.44 | 0.51 | 0.62 | 7.35 | 0.34 | 0.28 |
| Hex | 61 | 36 | 30 | 0 | 2C | 33 | 3E | 7 | 22 | 1C |
| Octal | 141 | 66 | 60 | 0 | 54 | 63 | 76 | 7 | 42 | 34 |
| Binary | 1100001 | 110110 | 110000 | 0 | 101100 | 110011 | 111110 | 111 | 100010 | 11100 |
Color Harmonies of #613630
Complementary color
Monochromatic Colors of #613630
Black with #613630
Text Example
Text Example
White with #613630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613630; }
p { color: rgb(97,54,48); }
H1.HeaderClassName
{
color: #613630;
}
.AnyTagClassName
{
color: #613630;
}
</style>
background-color css
<style>
a { background-color: #613630; }
a { background-color: rgb(97,54,48); }
div.DivClassName
{
background-color: #613630;
}
.BgClassName
{
background-color: #613630;
}
</style>
border-color css
<style>
span { border-color: #613630; }
span { border-color: rgb(97,54,48); }
td.TdClassName
{
border-color: #613630;
}
.TagClassName
{
border-color: #613630;
}
</style>