Shades of Dark Brown #613E10
Tints of Dark Brown #613E10
RGB
CMYK
RGB Variations
Color information
#613E10 (or 0x613E10) is known color: Dark Brown. HEX triplet: 61, 3E and 10. RGB value is (97,62,16). Sum of RGB (Red+Green+Blue) = 97+62+16=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #613E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613E10 is #9EC1EF. Grayscale: #434343. Windows color (decimal): -10404336 or 1064545. OLE color: 1064545.
HSL color Cylindrical-coordinate representation of color #613E10: hue angle of 34.07º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #613E10 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 62 | 16 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.62 |
| HSL | 34.07º | 0.72% | 0.22% | - |
| HSV(B) | 34.07º | 0.84% | 0.38% | - |
| XYZ | 6.75 | 6.02 | 1.3 | - |
| YUV | 67.22 | 99.1 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 16 | 0 | 0.36 | 0.84 | 0.62 | 34.07 | 0.72 | 0.22 |
| Hex | 61 | 3E | 10 | 0 | 24 | 54 | 3E | 22 | 48 | 16 |
| Octal | 141 | 76 | 20 | 0 | 44 | 124 | 76 | 42 | 110 | 26 |
| Binary | 1100001 | 111110 | 10000 | 0 | 100100 | 1010100 | 111110 | 100010 | 1001000 | 10110 |
Color Harmonies of #613E10
Complementary color
Monochromatic Colors of #613E10
Black with #613E10
Text Example
Text Example
White with #613E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E10; }
p { color: rgb(97,62,16); }
H1.HeaderClassName
{
color: #613E10;
}
.AnyTagClassName
{
color: #613E10;
}
</style>
background-color css
<style>
a { background-color: #613E10; }
a { background-color: rgb(97,62,16); }
div.DivClassName
{
background-color: #613E10;
}
.BgClassName
{
background-color: #613E10;
}
</style>
border-color css
<style>
span { border-color: #613E10; }
span { border-color: rgb(97,62,16); }
td.TdClassName
{
border-color: #613E10;
}
.TagClassName
{
border-color: #613E10;
}
</style>