Shades of Redwood #61342C
Tints of Redwood #61342C
RGB
CMYK
RGB Variations
Color information
#61342C (or 0x61342C) is known color: Redwood. HEX triplet: 61, 34 and 2C. RGB value is (97,52,44). Sum of RGB (Red+Green+Blue) = 97+52+44=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61342C is #9ECBD3. Grayscale: #404040. Windows color (decimal): -10406868 or 2896993. OLE color: 2896993.
HSL color Cylindrical-coordinate representation of color #61342C: hue angle of 9.06º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61342C is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 52 | 44 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.62 |
| HSL | 9.06º | 0.38% | 0.28% | - |
| HSV(B) | 9.06º | 0.55% | 0.38% | - |
| XYZ | 6.61 | 5.18 | 3.03 | - |
| YUV | 64.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 52 | 44 | 0 | 0.46 | 0.55 | 0.62 | 9.06 | 0.38 | 0.28 |
| Hex | 61 | 34 | 2C | 0 | 2E | 37 | 3E | 9 | 26 | 1C |
| Octal | 141 | 64 | 54 | 0 | 56 | 67 | 76 | 11 | 46 | 34 |
| Binary | 1100001 | 110100 | 101100 | 0 | 101110 | 110111 | 111110 | 1001 | 100110 | 11100 |
Color Harmonies of #61342C
Complementary color
Monochromatic Colors of #61342C
Black with #61342C
Text Example
Text Example
White with #61342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61342C; }
p { color: rgb(97,52,44); }
H1.HeaderClassName
{
color: #61342C;
}
.AnyTagClassName
{
color: #61342C;
}
</style>
background-color css
<style>
a { background-color: #61342C; }
a { background-color: rgb(97,52,44); }
div.DivClassName
{
background-color: #61342C;
}
.BgClassName
{
background-color: #61342C;
}
</style>
border-color css
<style>
span { border-color: #61342C; }
span { border-color: rgb(97,52,44); }
td.TdClassName
{
border-color: #61342C;
}
.TagClassName
{
border-color: #61342C;
}
</style>