Shades of Woody Brown #61413F
Tints of Woody Brown #61413F
RGB
CMYK
RGB Variations
Color information
#61413F (or 0x61413F) is known color: Woody Brown. HEX triplet: 61, 41 and 3F. RGB value is (97,65,63). Sum of RGB (Red+Green+Blue) = 97+65+63=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #61413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61413F is #9EBEC0. Grayscale: #4A4A4A. Windows color (decimal): -10403521 or 4145505. OLE color: 4145505.
HSL color Cylindrical-coordinate representation of color #61413F: hue angle of 3.53º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61413F is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 65 | 63 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.62 |
| HSL | 3.53º | 0.21% | 0.31% | - |
| HSV(B) | 3.53º | 0.35% | 0.38% | - |
| XYZ | 7.72 | 6.68 | 5.59 | - |
| YUV | 74.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 63 | 0 | 0.33 | 0.35 | 0.62 | 3.53 | 0.21 | 0.31 |
| Hex | 61 | 41 | 3F | 0 | 21 | 23 | 3E | 4 | 15 | 1F |
| Octal | 141 | 101 | 77 | 0 | 41 | 43 | 76 | 4 | 25 | 37 |
| Binary | 1100001 | 1000001 | 111111 | 0 | 100001 | 100011 | 111110 | 100 | 10101 | 11111 |
Color Harmonies of #61413F
Complementary color
Monochromatic Colors of #61413F
Black with #61413F
Text Example
Text Example
White with #61413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61413F; }
p { color: rgb(97,65,63); }
H1.HeaderClassName
{
color: #61413F;
}
.AnyTagClassName
{
color: #61413F;
}
</style>
background-color css
<style>
a { background-color: #61413F; }
a { background-color: rgb(97,65,63); }
div.DivClassName
{
background-color: #61413F;
}
.BgClassName
{
background-color: #61413F;
}
</style>
border-color css
<style>
span { border-color: #61413F; }
span { border-color: rgb(97,65,63); }
td.TdClassName
{
border-color: #61413F;
}
.TagClassName
{
border-color: #61413F;
}
</style>