Shades of Very Dark Brown #613F37
Tints of Very Dark Brown #613F37
RGB
CMYK
RGB Variations
Color information
#613F37 (or 0x613F37) is known color: Very Dark Brown. HEX triplet: 61, 3F and 37. RGB value is (97,63,55). Sum of RGB (Red+Green+Blue) = 97+63+55=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #613F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F37 is #9EC0C8. Grayscale: #484848. Windows color (decimal): -10404041 or 3620705. OLE color: 3620705.
HSL color Cylindrical-coordinate representation of color #613F37: hue angle of 11.43º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #613F37 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 55 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.62 |
| HSL | 11.43º | 0.28% | 0.3% | - |
| HSV(B) | 11.43º | 0.43% | 0.38% | - |
| XYZ | 7.4 | 6.37 | 4.45 | - |
| YUV | 72.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 55 | 0 | 0.35 | 0.43 | 0.62 | 11.43 | 0.28 | 0.3 |
| Hex | 61 | 3F | 37 | 0 | 23 | 2B | 3E | B | 1C | 1E |
| Octal | 141 | 77 | 67 | 0 | 43 | 53 | 76 | 13 | 34 | 36 |
| Binary | 1100001 | 111111 | 110111 | 0 | 100011 | 101011 | 111110 | 1011 | 11100 | 11110 |
Color Harmonies of #613F37
Complementary color
Monochromatic Colors of #613F37
Black with #613F37
Text Example
Text Example
White with #613F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F37; }
p { color: rgb(97,63,55); }
H1.HeaderClassName
{
color: #613F37;
}
.AnyTagClassName
{
color: #613F37;
}
</style>
background-color css
<style>
a { background-color: #613F37; }
a { background-color: rgb(97,63,55); }
div.DivClassName
{
background-color: #613F37;
}
.BgClassName
{
background-color: #613F37;
}
</style>
border-color css
<style>
span { border-color: #613F37; }
span { border-color: rgb(97,63,55); }
td.TdClassName
{
border-color: #613F37;
}
.TagClassName
{
border-color: #613F37;
}
</style>