Shades of Dark Brown #613E16
Tints of Dark Brown #613E16
RGB
CMYK
RGB Variations
Color information
#613E16 (or 0x613E16) is known color: Dark Brown. HEX triplet: 61, 3E and 16. RGB value is (97,62,22). Sum of RGB (Red+Green+Blue) = 97+62+22=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #613E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613E16 is #9EC1E9. Grayscale: #444444. Windows color (decimal): -10404330 or 1457761. OLE color: 1457761.
HSL color Cylindrical-coordinate representation of color #613E16: hue angle of 32º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #613E16 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 62 | 22 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.62 |
| HSL | 32º | 0.63% | 0.23% | - |
| HSV(B) | 32º | 0.77% | 0.38% | - |
| XYZ | 6.8 | 6.04 | 1.57 | - |
| YUV | 67.91 | 102.1 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 22 | 0 | 0.36 | 0.77 | 0.62 | 32 | 0.63 | 0.23 |
| Hex | 61 | 3E | 16 | 0 | 24 | 4D | 3E | 20 | 3F | 17 |
| Octal | 141 | 76 | 26 | 0 | 44 | 115 | 76 | 40 | 77 | 27 |
| Binary | 1100001 | 111110 | 10110 | 0 | 100100 | 1001101 | 111110 | 100000 | 111111 | 10111 |
Color Harmonies of #613E16
Complementary color
Monochromatic Colors of #613E16
Black with #613E16
Text Example
Text Example
White with #613E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E16; }
p { color: rgb(97,62,22); }
H1.HeaderClassName
{
color: #613E16;
}
.AnyTagClassName
{
color: #613E16;
}
</style>
background-color css
<style>
a { background-color: #613E16; }
a { background-color: rgb(97,62,22); }
div.DivClassName
{
background-color: #613E16;
}
.BgClassName
{
background-color: #613E16;
}
</style>
border-color css
<style>
span { border-color: #613E16; }
span { border-color: rgb(97,62,22); }
td.TdClassName
{
border-color: #613E16;
}
.TagClassName
{
border-color: #613E16;
}
</style>