Shades of Dark Brown #614124
Tints of Dark Brown #614124
RGB
CMYK
RGB Variations
Color information
#614124 (or 0x614124) is known color: Dark Brown. HEX triplet: 61, 41 and 24. RGB value is (97,65,36). Sum of RGB (Red+Green+Blue) = 97+65+36=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #614124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614124 is #9EBEDB. Grayscale: #474747. Windows color (decimal): -10403548 or 2376033. OLE color: 2376033.
HSL color Cylindrical-coordinate representation of color #614124: hue angle of 28.52º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #614124 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 65 | 36 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.62 |
| HSL | 28.52º | 0.46% | 0.26% | - |
| HSV(B) | 28.52º | 0.63% | 0.38% | - |
| XYZ | 7.14 | 6.45 | 2.54 | - |
| YUV | 71.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 36 | 0 | 0.33 | 0.63 | 0.62 | 28.52 | 0.46 | 0.26 |
| Hex | 61 | 41 | 24 | 0 | 21 | 3F | 3E | 1D | 2E | 1A |
| Octal | 141 | 101 | 44 | 0 | 41 | 77 | 76 | 35 | 56 | 32 |
| Binary | 1100001 | 1000001 | 100100 | 0 | 100001 | 111111 | 111110 | 11101 | 101110 | 11010 |
Color Harmonies of #614124
Complementary color
Monochromatic Colors of #614124
Black with #614124
Text Example
Text Example
White with #614124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614124; }
p { color: rgb(97,65,36); }
H1.HeaderClassName
{
color: #614124;
}
.AnyTagClassName
{
color: #614124;
}
</style>
background-color css
<style>
a { background-color: #614124; }
a { background-color: rgb(97,65,36); }
div.DivClassName
{
background-color: #614124;
}
.BgClassName
{
background-color: #614124;
}
</style>
border-color css
<style>
span { border-color: #614124; }
span { border-color: rgb(97,65,36); }
td.TdClassName
{
border-color: #614124;
}
.TagClassName
{
border-color: #614124;
}
</style>