Shades of Very Dark Brown #614033
Tints of Very Dark Brown #614033
RGB
CMYK
RGB Variations
Color information
#614033 (or 0x614033) is known color: Very Dark Brown. HEX triplet: 61, 40 and 33. RGB value is (97,64,51). Sum of RGB (Red+Green+Blue) = 97+64+51=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #614033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614033 is #9EBFCC. Grayscale: #484848. Windows color (decimal): -10403789 or 3358817. OLE color: 3358817.
HSL color Cylindrical-coordinate representation of color #614033: hue angle of 16.96º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #614033 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 64 | 51 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.62 |
| HSL | 16.96º | 0.31% | 0.29% | - |
| HSV(B) | 16.96º | 0.47% | 0.38% | - |
| XYZ | 7.36 | 6.45 | 3.99 | - |
| YUV | 72.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 64 | 51 | 0 | 0.34 | 0.47 | 0.62 | 16.96 | 0.31 | 0.29 |
| Hex | 61 | 40 | 33 | 0 | 22 | 2F | 3E | 11 | 1F | 1D |
| Octal | 141 | 100 | 63 | 0 | 42 | 57 | 76 | 21 | 37 | 35 |
| Binary | 1100001 | 1000000 | 110011 | 0 | 100010 | 101111 | 111110 | 10001 | 11111 | 11101 |
Color Harmonies of #614033
Complementary color
Monochromatic Colors of #614033
Black with #614033
Text Example
Text Example
White with #614033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614033; }
p { color: rgb(97,64,51); }
H1.HeaderClassName
{
color: #614033;
}
.AnyTagClassName
{
color: #614033;
}
</style>
background-color css
<style>
a { background-color: #614033; }
a { background-color: rgb(97,64,51); }
div.DivClassName
{
background-color: #614033;
}
.BgClassName
{
background-color: #614033;
}
</style>
border-color css
<style>
span { border-color: #614033; }
span { border-color: rgb(97,64,51); }
td.TdClassName
{
border-color: #614033;
}
.TagClassName
{
border-color: #614033;
}
</style>