Shades of Dark Brown #614924
Tints of Dark Brown #614924
RGB
CMYK
RGB Variations
Color information
#614924 (or 0x614924) is known color: Dark Brown. HEX triplet: 61, 49 and 24. RGB value is (97,73,36). Sum of RGB (Red+Green+Blue) = 97+73+36=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #614924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614924 is #9EB6DB. Grayscale: #4C4C4C. Windows color (decimal): -10401500 or 2378081. OLE color: 2378081.
HSL color Cylindrical-coordinate representation of color #614924: hue angle of 36.39º 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 #614924 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 73 | 36 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.62 |
| HSL | 36.39º | 0.46% | 0.26% | - |
| HSV(B) | 36.39º | 0.63% | 0.38% | - |
| XYZ | 7.63 | 7.43 | 2.7 | - |
| YUV | 75.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 73 | 36 | 0 | 0.25 | 0.63 | 0.62 | 36.39 | 0.46 | 0.26 |
| Hex | 61 | 49 | 24 | 0 | 19 | 3F | 3E | 24 | 2E | 1A |
| Octal | 141 | 111 | 44 | 0 | 31 | 77 | 76 | 44 | 56 | 32 |
| Binary | 1100001 | 1001001 | 100100 | 0 | 11001 | 111111 | 111110 | 100100 | 101110 | 11010 |
Color Harmonies of #614924
Complementary color
Monochromatic Colors of #614924
Black with #614924
Text Example
Text Example
White with #614924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614924; }
p { color: rgb(97,73,36); }
H1.HeaderClassName
{
color: #614924;
}
.AnyTagClassName
{
color: #614924;
}
</style>
background-color css
<style>
a { background-color: #614924; }
a { background-color: rgb(97,73,36); }
div.DivClassName
{
background-color: #614924;
}
.BgClassName
{
background-color: #614924;
}
</style>
border-color css
<style>
span { border-color: #614924; }
span { border-color: rgb(97,73,36); }
td.TdClassName
{
border-color: #614924;
}
.TagClassName
{
border-color: #614924;
}
</style>