Shades of Dark Brown #613D20
Tints of Dark Brown #613D20
RGB
CMYK
RGB Variations
Color information
#613D20 (or 0x613D20) is known color: Dark Brown. HEX triplet: 61, 3D and 20. RGB value is (97,61,32). Sum of RGB (Red+Green+Blue) = 97+61+32=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #613D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D20 is #9EC2DF. Grayscale: #444444. Windows color (decimal): -10404576 or 2112865. OLE color: 2112865.
HSL color Cylindrical-coordinate representation of color #613D20: hue angle of 26.77º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #613D20 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 32 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.62 |
| HSL | 26.77º | 0.5% | 0.25% | - |
| HSV(B) | 26.77º | 0.67% | 0.38% | - |
| XYZ | 6.86 | 5.98 | 2.16 | - |
| YUV | 68.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 32 | 0 | 0.37 | 0.67 | 0.62 | 26.77 | 0.5 | 0.25 |
| Hex | 61 | 3D | 20 | 0 | 25 | 43 | 3E | 1B | 32 | 19 |
| Octal | 141 | 75 | 40 | 0 | 45 | 103 | 76 | 33 | 62 | 31 |
| Binary | 1100001 | 111101 | 100000 | 0 | 100101 | 1000011 | 111110 | 11011 | 110010 | 11001 |
Color Harmonies of #613D20
Complementary color
Monochromatic Colors of #613D20
Black with #613D20
Text Example
Text Example
White with #613D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D20; }
p { color: rgb(97,61,32); }
H1.HeaderClassName
{
color: #613D20;
}
.AnyTagClassName
{
color: #613D20;
}
</style>
background-color css
<style>
a { background-color: #613D20; }
a { background-color: rgb(97,61,32); }
div.DivClassName
{
background-color: #613D20;
}
.BgClassName
{
background-color: #613D20;
}
</style>
border-color css
<style>
span { border-color: #613D20; }
span { border-color: rgb(97,61,32); }
td.TdClassName
{
border-color: #613D20;
}
.TagClassName
{
border-color: #613D20;
}
</style>