Shades of Dark Brown #613D19
Tints of Dark Brown #613D19
RGB
CMYK
RGB Variations
Color information
#613D19 (or 0x613D19) is known color: Dark Brown. HEX triplet: 61, 3D and 19. RGB value is (97,61,25). Sum of RGB (Red+Green+Blue) = 97+61+25=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #613D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613D19 is #9EC2E6. Grayscale: #434343. Windows color (decimal): -10404583 or 1654113. OLE color: 1654113.
HSL color Cylindrical-coordinate representation of color #613D19: hue angle of 30º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #613D19 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 25 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.62 |
| HSL | 30º | 0.59% | 0.24% | - |
| HSV(B) | 30º | 0.74% | 0.38% | - |
| XYZ | 6.77 | 5.95 | 1.71 | - |
| YUV | 67.66 | 103.93 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 25 | 0 | 0.37 | 0.74 | 0.62 | 30 | 0.59 | 0.24 |
| Hex | 61 | 3D | 19 | 0 | 25 | 4A | 3E | 1E | 3B | 18 |
| Octal | 141 | 75 | 31 | 0 | 45 | 112 | 76 | 36 | 73 | 30 |
| Binary | 1100001 | 111101 | 11001 | 0 | 100101 | 1001010 | 111110 | 11110 | 111011 | 11000 |
Color Harmonies of #613D19
Complementary color
Monochromatic Colors of #613D19
Black with #613D19
Text Example
Text Example
White with #613D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D19; }
p { color: rgb(97,61,25); }
H1.HeaderClassName
{
color: #613D19;
}
.AnyTagClassName
{
color: #613D19;
}
</style>
background-color css
<style>
a { background-color: #613D19; }
a { background-color: rgb(97,61,25); }
div.DivClassName
{
background-color: #613D19;
}
.BgClassName
{
background-color: #613D19;
}
</style>
border-color css
<style>
span { border-color: #613D19; }
span { border-color: rgb(97,61,25); }
td.TdClassName
{
border-color: #613D19;
}
.TagClassName
{
border-color: #613D19;
}
</style>