Shades of Dark Brown #613F1A
Tints of Dark Brown #613F1A
RGB
CMYK
RGB Variations
Color information
#613F1A (or 0x613F1A) is known color: Dark Brown. HEX triplet: 61, 3F and 1A. RGB value is (97,63,26). Sum of RGB (Red+Green+Blue) = 97+63+26=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #613F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F1A is #9EC0E5. Grayscale: #454545. Windows color (decimal): -10404070 or 1720161. OLE color: 1720161.
HSL color Cylindrical-coordinate representation of color #613F1A: hue angle of 31.27º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #613F1A is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 26 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.62 |
| HSL | 31.27º | 0.58% | 0.24% | - |
| HSV(B) | 31.27º | 0.73% | 0.38% | - |
| XYZ | 6.89 | 6.17 | 1.81 | - |
| YUV | 68.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 26 | 0 | 0.35 | 0.73 | 0.62 | 31.27 | 0.58 | 0.24 |
| Hex | 61 | 3F | 1A | 0 | 23 | 49 | 3E | 1F | 3A | 18 |
| Octal | 141 | 77 | 32 | 0 | 43 | 111 | 76 | 37 | 72 | 30 |
| Binary | 1100001 | 111111 | 11010 | 0 | 100011 | 1001001 | 111110 | 11111 | 111010 | 11000 |
Color Harmonies of #613F1A
Complementary color
Monochromatic Colors of #613F1A
Black with #613F1A
Text Example
Text Example
White with #613F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F1A; }
p { color: rgb(97,63,26); }
H1.HeaderClassName
{
color: #613F1A;
}
.AnyTagClassName
{
color: #613F1A;
}
</style>
background-color css
<style>
a { background-color: #613F1A; }
a { background-color: rgb(97,63,26); }
div.DivClassName
{
background-color: #613F1A;
}
.BgClassName
{
background-color: #613F1A;
}
</style>
border-color css
<style>
span { border-color: #613F1A; }
span { border-color: rgb(97,63,26); }
td.TdClassName
{
border-color: #613F1A;
}
.TagClassName
{
border-color: #613F1A;
}
</style>