Shades of Dark Brown #614824
Tints of Dark Brown #614824
RGB
CMYK
RGB Variations
Color information
#614824 (or 0x614824) is known color: Dark Brown. HEX triplet: 61, 48 and 24. RGB value is (97,72,36). Sum of RGB (Red+Green+Blue) = 97+72+36=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #614824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614824 is #9EB7DB. Grayscale: #4B4B4B. Windows color (decimal): -10401756 or 2377825. OLE color: 2377825.
HSL color Cylindrical-coordinate representation of color #614824: hue angle of 35.41º 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 #614824 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 72 | 36 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.62 |
| HSL | 35.41º | 0.46% | 0.26% | - |
| HSV(B) | 35.41º | 0.63% | 0.38% | - |
| XYZ | 7.57 | 7.3 | 2.68 | - |
| YUV | 75.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 72 | 36 | 0 | 0.26 | 0.63 | 0.62 | 35.41 | 0.46 | 0.26 |
| Hex | 61 | 48 | 24 | 0 | 1A | 3F | 3E | 23 | 2E | 1A |
| Octal | 141 | 110 | 44 | 0 | 32 | 77 | 76 | 43 | 56 | 32 |
| Binary | 1100001 | 1001000 | 100100 | 0 | 11010 | 111111 | 111110 | 100011 | 101110 | 11010 |
Color Harmonies of #614824
Complementary color
Monochromatic Colors of #614824
Black with #614824
Text Example
Text Example
White with #614824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614824; }
p { color: rgb(97,72,36); }
H1.HeaderClassName
{
color: #614824;
}
.AnyTagClassName
{
color: #614824;
}
</style>
background-color css
<style>
a { background-color: #614824; }
a { background-color: rgb(97,72,36); }
div.DivClassName
{
background-color: #614824;
}
.BgClassName
{
background-color: #614824;
}
</style>
border-color css
<style>
span { border-color: #614824; }
span { border-color: rgb(97,72,36); }
td.TdClassName
{
border-color: #614824;
}
.TagClassName
{
border-color: #614824;
}
</style>