Shades of Dark Brown #614423
Tints of Dark Brown #614423
RGB
CMYK
RGB Variations
Color information
#614423 (or 0x614423) is known color: Dark Brown. HEX triplet: 61, 44 and 23. RGB value is (97,68,35). Sum of RGB (Red+Green+Blue) = 97+68+35=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #614423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614423 is #9EBBDC. Grayscale: #494949. Windows color (decimal): -10402781 or 2311265. OLE color: 2311265.
HSL color Cylindrical-coordinate representation of color #614423: hue angle of 31.94º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #614423 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 68 | 35 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.62 |
| HSL | 31.94º | 0.47% | 0.26% | - |
| HSV(B) | 31.94º | 0.64% | 0.38% | - |
| XYZ | 7.3 | 6.8 | 2.52 | - |
| YUV | 72.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 35 | 0 | 0.30 | 0.64 | 0.62 | 31.94 | 0.47 | 0.26 |
| Hex | 61 | 44 | 23 | 0 | 1E | 40 | 3E | 20 | 2F | 1A |
| Octal | 141 | 104 | 43 | 0 | 36 | 100 | 76 | 40 | 57 | 32 |
| Binary | 1100001 | 1000100 | 100011 | 0 | 11110 | 1000000 | 111110 | 100000 | 101111 | 11010 |
Color Harmonies of #614423
Complementary color
Monochromatic Colors of #614423
Black with #614423
Text Example
Text Example
White with #614423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614423; }
p { color: rgb(97,68,35); }
H1.HeaderClassName
{
color: #614423;
}
.AnyTagClassName
{
color: #614423;
}
</style>
background-color css
<style>
a { background-color: #614423; }
a { background-color: rgb(97,68,35); }
div.DivClassName
{
background-color: #614423;
}
.BgClassName
{
background-color: #614423;
}
</style>
border-color css
<style>
span { border-color: #614423; }
span { border-color: rgb(97,68,35); }
td.TdClassName
{
border-color: #614423;
}
.TagClassName
{
border-color: #614423;
}
</style>