Shades of Very Dark Brown #613F34
Tints of Very Dark Brown #613F34
RGB
CMYK
RGB Variations
Color information
#613F34 (or 0x613F34) is known color: Very Dark Brown. HEX triplet: 61, 3F and 34. RGB value is (97,63,52). Sum of RGB (Red+Green+Blue) = 97+63+52=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #613F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F34 is #9EC0CB. Grayscale: #474747. Windows color (decimal): -10404044 or 3424097. OLE color: 3424097.
HSL color Cylindrical-coordinate representation of color #613F34: hue angle of 14.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #613F34 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 52 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.62 |
| HSL | 14.67º | 0.3% | 0.29% | - |
| HSV(B) | 14.67º | 0.46% | 0.38% | - |
| XYZ | 7.33 | 6.34 | 4.09 | - |
| YUV | 71.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 52 | 0 | 0.35 | 0.46 | 0.62 | 14.67 | 0.3 | 0.29 |
| Hex | 61 | 3F | 34 | 0 | 23 | 2E | 3E | F | 1E | 1D |
| Octal | 141 | 77 | 64 | 0 | 43 | 56 | 76 | 17 | 36 | 35 |
| Binary | 1100001 | 111111 | 110100 | 0 | 100011 | 101110 | 111110 | 1111 | 11110 | 11101 |
Color Harmonies of #613F34
Complementary color
Monochromatic Colors of #613F34
Black with #613F34
Text Example
Text Example
White with #613F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F34; }
p { color: rgb(97,63,52); }
H1.HeaderClassName
{
color: #613F34;
}
.AnyTagClassName
{
color: #613F34;
}
</style>
background-color css
<style>
a { background-color: #613F34; }
a { background-color: rgb(97,63,52); }
div.DivClassName
{
background-color: #613F34;
}
.BgClassName
{
background-color: #613F34;
}
</style>
border-color css
<style>
span { border-color: #613F34; }
span { border-color: rgb(97,63,52); }
td.TdClassName
{
border-color: #613F34;
}
.TagClassName
{
border-color: #613F34;
}
</style>