Shades of Millbrook #615B49
Tints of Millbrook #615B49
RGB
CMYK
RGB Variations
Color information
#615B49 (or 0x615B49) is known color: Millbrook. HEX triplet: 61, 5B and 49. RGB value is (97,91,73). Sum of RGB (Red+Green+Blue) = 97+91+73=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #615B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615B49 is #9EA4B6. Grayscale: #5A5A5A. Windows color (decimal): -10396855 or 4807521. OLE color: 4807521.
HSL color Cylindrical-coordinate representation of color #615B49: hue angle of 45º 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 #615B49 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 91 | 73 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.62 |
| HSL | 45º | 0.14% | 0.33% | - |
| HSV(B) | 45º | 0.25% | 0.38% | - |
| XYZ | 9.87 | 10.5 | 7.81 | - |
| YUV | 90.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 73 | 0 | 0.06 | 0.25 | 0.62 | 45 | 0.14 | 0.33 |
| Hex | 61 | 5B | 49 | 0 | 6 | 19 | 3E | 2D | E | 21 |
| Octal | 141 | 133 | 111 | 0 | 6 | 31 | 76 | 55 | 16 | 41 |
| Binary | 1100001 | 1011011 | 1001001 | 0 | 110 | 11001 | 111110 | 101101 | 1110 | 100001 |
Color Harmonies of #615B49
Complementary color
Monochromatic Colors of #615B49
Black with #615B49
Text Example
Text Example
White with #615B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615B49; }
p { color: rgb(97,91,73); }
H1.HeaderClassName
{
color: #615B49;
}
.AnyTagClassName
{
color: #615B49;
}
</style>
background-color css
<style>
a { background-color: #615B49; }
a { background-color: rgb(97,91,73); }
div.DivClassName
{
background-color: #615B49;
}
.BgClassName
{
background-color: #615B49;
}
</style>
border-color css
<style>
span { border-color: #615B49; }
span { border-color: rgb(97,91,73); }
td.TdClassName
{
border-color: #615B49;
}
.TagClassName
{
border-color: #615B49;
}
</style>