Shades of Dark Brown #614A23
Tints of Dark Brown #614A23
RGB
CMYK
RGB Variations
Color information
#614A23 (or 0x614A23) is known color: Dark Brown. HEX triplet: 61, 4A and 23. RGB value is (97,74,35). Sum of RGB (Red+Green+Blue) = 97+74+35=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #614A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A23 is #9EB5DC. Grayscale: #4C4C4C. Windows color (decimal): -10401245 or 2312801. OLE color: 2312801.
HSL color Cylindrical-coordinate representation of color #614A23: hue angle of 37.74º 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 #614A23 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 35 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.62 |
| HSL | 37.74º | 0.47% | 0.26% | - |
| HSV(B) | 37.74º | 0.64% | 0.38% | - |
| XYZ | 7.68 | 7.56 | 2.64 | - |
| YUV | 76.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 35 | 0 | 0.24 | 0.64 | 0.62 | 37.74 | 0.47 | 0.26 |
| Hex | 61 | 4A | 23 | 0 | 18 | 40 | 3E | 26 | 2F | 1A |
| Octal | 141 | 112 | 43 | 0 | 30 | 100 | 76 | 46 | 57 | 32 |
| Binary | 1100001 | 1001010 | 100011 | 0 | 11000 | 1000000 | 111110 | 100110 | 101111 | 11010 |
Color Harmonies of #614A23
Complementary color
Monochromatic Colors of #614A23
Black with #614A23
Text Example
Text Example
White with #614A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A23; }
p { color: rgb(97,74,35); }
H1.HeaderClassName
{
color: #614A23;
}
.AnyTagClassName
{
color: #614A23;
}
</style>
background-color css
<style>
a { background-color: #614A23; }
a { background-color: rgb(97,74,35); }
div.DivClassName
{
background-color: #614A23;
}
.BgClassName
{
background-color: #614A23;
}
</style>
border-color css
<style>
span { border-color: #614A23; }
span { border-color: rgb(97,74,35); }
td.TdClassName
{
border-color: #614A23;
}
.TagClassName
{
border-color: #614A23;
}
</style>