Shades of Millbrook #615E49
Tints of Millbrook #615E49
RGB
CMYK
RGB Variations
Color information
#615E49 (or 0x615E49) is known color: Millbrook. HEX triplet: 61, 5E and 49. RGB value is (97,94,73). Sum of RGB (Red+Green+Blue) = 97+94+73=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #615E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615E49 is #9EA1B6. Grayscale: #5C5C5C. Windows color (decimal): -10396087 or 4808289. OLE color: 4808289.
HSL color Cylindrical-coordinate representation of color #615E49: hue angle of 52.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #615E49 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 73 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.62 |
| HSL | 52.5º | 0.14% | 0.33% | - |
| HSV(B) | 52.5º | 0.25% | 0.38% | - |
| XYZ | 10.14 | 11.03 | 7.9 | - |
| YUV | 92.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 73 | 0 | 0.03 | 0.25 | 0.62 | 52.5 | 0.14 | 0.33 |
| Hex | 61 | 5E | 49 | 0 | 3 | 19 | 3E | 34 | E | 21 |
| Octal | 141 | 136 | 111 | 0 | 3 | 31 | 76 | 64 | 16 | 41 |
| Binary | 1100001 | 1011110 | 1001001 | 0 | 11 | 11001 | 111110 | 110100 | 1110 | 100001 |
Color Harmonies of #615E49
Complementary color
Monochromatic Colors of #615E49
Black with #615E49
Text Example
Text Example
White with #615E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E49; }
p { color: rgb(97,94,73); }
H1.HeaderClassName
{
color: #615E49;
}
.AnyTagClassName
{
color: #615E49;
}
</style>
background-color css
<style>
a { background-color: #615E49; }
a { background-color: rgb(97,94,73); }
div.DivClassName
{
background-color: #615E49;
}
.BgClassName
{
background-color: #615E49;
}
</style>
border-color css
<style>
span { border-color: #615E49; }
span { border-color: rgb(97,94,73); }
td.TdClassName
{
border-color: #615E49;
}
.TagClassName
{
border-color: #615E49;
}
</style>