Shades of Dark Brown #614425
Tints of Dark Brown #614425
RGB
CMYK
RGB Variations
Color information
#614425 (or 0x614425) is known color: Dark Brown. HEX triplet: 61, 44 and 25. RGB value is (97,68,37). Sum of RGB (Red+Green+Blue) = 97+68+37=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #614425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614425 is #9EBBDA. Grayscale: #494949. Windows color (decimal): -10402779 or 2442337. OLE color: 2442337.
HSL color Cylindrical-coordinate representation of color #614425: hue angle of 31º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #614425 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 68 | 37 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.62 |
| HSL | 31º | 0.45% | 0.26% | - |
| HSV(B) | 31º | 0.62% | 0.38% | - |
| XYZ | 7.33 | 6.81 | 2.68 | - |
| YUV | 73.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 37 | 0 | 0.30 | 0.62 | 0.62 | 31 | 0.45 | 0.26 |
| Hex | 61 | 44 | 25 | 0 | 1E | 3E | 3E | 1F | 2D | 1A |
| Octal | 141 | 104 | 45 | 0 | 36 | 76 | 76 | 37 | 55 | 32 |
| Binary | 1100001 | 1000100 | 100101 | 0 | 11110 | 111110 | 111110 | 11111 | 101101 | 11010 |
Color Harmonies of #614425
Complementary color
Monochromatic Colors of #614425
Black with #614425
Text Example
Text Example
White with #614425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614425; }
p { color: rgb(97,68,37); }
H1.HeaderClassName
{
color: #614425;
}
.AnyTagClassName
{
color: #614425;
}
</style>
background-color css
<style>
a { background-color: #614425; }
a { background-color: rgb(97,68,37); }
div.DivClassName
{
background-color: #614425;
}
.BgClassName
{
background-color: #614425;
}
</style>
border-color css
<style>
span { border-color: #614425; }
span { border-color: rgb(97,68,37); }
td.TdClassName
{
border-color: #614425;
}
.TagClassName
{
border-color: #614425;
}
</style>