Shades of Dark Brown #614723
Tints of Dark Brown #614723
RGB
CMYK
RGB Variations
Color information
#614723 (or 0x614723) is known color: Dark Brown. HEX triplet: 61, 47 and 23. RGB value is (97,71,35). Sum of RGB (Red+Green+Blue) = 97+71+35=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #614723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614723 is #9EB8DC. Grayscale: #4A4A4A. Windows color (decimal): -10402013 or 2312033. OLE color: 2312033.
HSL color Cylindrical-coordinate representation of color #614723: hue angle of 34.84º 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 #614723 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 71 | 35 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.62 |
| HSL | 34.84º | 0.47% | 0.26% | - |
| HSV(B) | 34.84º | 0.64% | 0.38% | - |
| XYZ | 7.49 | 7.17 | 2.58 | - |
| YUV | 74.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 71 | 35 | 0 | 0.27 | 0.64 | 0.62 | 34.84 | 0.47 | 0.26 |
| Hex | 61 | 47 | 23 | 0 | 1B | 40 | 3E | 23 | 2F | 1A |
| Octal | 141 | 107 | 43 | 0 | 33 | 100 | 76 | 43 | 57 | 32 |
| Binary | 1100001 | 1000111 | 100011 | 0 | 11011 | 1000000 | 111110 | 100011 | 101111 | 11010 |
Color Harmonies of #614723
Complementary color
Monochromatic Colors of #614723
Black with #614723
Text Example
Text Example
White with #614723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614723; }
p { color: rgb(97,71,35); }
H1.HeaderClassName
{
color: #614723;
}
.AnyTagClassName
{
color: #614723;
}
</style>
background-color css
<style>
a { background-color: #614723; }
a { background-color: rgb(97,71,35); }
div.DivClassName
{
background-color: #614723;
}
.BgClassName
{
background-color: #614723;
}
</style>
border-color css
<style>
span { border-color: #614723; }
span { border-color: rgb(97,71,35); }
td.TdClassName
{
border-color: #614723;
}
.TagClassName
{
border-color: #614723;
}
</style>