Shades of Very Dark Brown #613F32
Tints of Very Dark Brown #613F32
RGB
CMYK
RGB Variations
Color information
#613F32 (or 0x613F32) is known color: Very Dark Brown. HEX triplet: 61, 3F and 32. RGB value is (97,63,50). Sum of RGB (Red+Green+Blue) = 97+63+50=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #613F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F32 is #9EC0CD. Grayscale: #474747. Windows color (decimal): -10404046 or 3293025. OLE color: 3293025.
HSL color Cylindrical-coordinate representation of color #613F32: hue angle of 16.6º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #613F32 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 50 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.62 |
| HSL | 16.6º | 0.32% | 0.29% | - |
| HSV(B) | 16.6º | 0.48% | 0.38% | - |
| XYZ | 7.28 | 6.33 | 3.85 | - |
| YUV | 71.68 | 115.76 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 50 | 0 | 0.35 | 0.48 | 0.62 | 16.6 | 0.32 | 0.29 |
| Hex | 61 | 3F | 32 | 0 | 23 | 30 | 3E | 11 | 20 | 1D |
| Octal | 141 | 77 | 62 | 0 | 43 | 60 | 76 | 21 | 40 | 35 |
| Binary | 1100001 | 111111 | 110010 | 0 | 100011 | 110000 | 111110 | 10001 | 100000 | 11101 |
Color Harmonies of #613F32
Complementary color
Monochromatic Colors of #613F32
Black with #613F32
Text Example
Text Example
White with #613F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F32; }
p { color: rgb(97,63,50); }
H1.HeaderClassName
{
color: #613F32;
}
.AnyTagClassName
{
color: #613F32;
}
</style>
background-color css
<style>
a { background-color: #613F32; }
a { background-color: rgb(97,63,50); }
div.DivClassName
{
background-color: #613F32;
}
.BgClassName
{
background-color: #613F32;
}
</style>
border-color css
<style>
span { border-color: #613F32; }
span { border-color: rgb(97,63,50); }
td.TdClassName
{
border-color: #613F32;
}
.TagClassName
{
border-color: #613F32;
}
</style>