Shades of Woody Brown #613F3E
Tints of Woody Brown #613F3E
RGB
CMYK
RGB Variations
Color information
#613F3E (or 0x613F3E) is known color: Woody Brown. HEX triplet: 61, 3F and 3E. RGB value is (97,63,62). Sum of RGB (Red+Green+Blue) = 97+63+62=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #613F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F3E is #9EC0C1. Grayscale: #494949. Windows color (decimal): -10404034 or 4079457. OLE color: 4079457.
HSL color Cylindrical-coordinate representation of color #613F3E: hue angle of 1.71º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #613F3E is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 62 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.62 |
| HSL | 1.71º | 0.22% | 0.31% | - |
| HSV(B) | 1.71º | 0.36% | 0.38% | - |
| XYZ | 7.58 | 6.44 | 5.4 | - |
| YUV | 73.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 62 | 0 | 0.35 | 0.36 | 0.62 | 1.71 | 0.22 | 0.31 |
| Hex | 61 | 3F | 3E | 0 | 23 | 24 | 3E | 2 | 16 | 1F |
| Octal | 141 | 77 | 76 | 0 | 43 | 44 | 76 | 2 | 26 | 37 |
| Binary | 1100001 | 111111 | 111110 | 0 | 100011 | 100100 | 111110 | 10 | 10110 | 11111 |
Color Harmonies of #613F3E
Complementary color
Monochromatic Colors of #613F3E
Black with #613F3E
Text Example
Text Example
White with #613F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F3E; }
p { color: rgb(97,63,62); }
H1.HeaderClassName
{
color: #613F3E;
}
.AnyTagClassName
{
color: #613F3E;
}
</style>
background-color css
<style>
a { background-color: #613F3E; }
a { background-color: rgb(97,63,62); }
div.DivClassName
{
background-color: #613F3E;
}
.BgClassName
{
background-color: #613F3E;
}
</style>
border-color css
<style>
span { border-color: #613F3E; }
span { border-color: rgb(97,63,62); }
td.TdClassName
{
border-color: #613F3E;
}
.TagClassName
{
border-color: #613F3E;
}
</style>