Shades of Millbrook #605A49
Tints of Millbrook #605A49
RGB
CMYK
RGB Variations
Color information
#605A49 (or 0x605A49) is known color: Millbrook. HEX triplet: 60, 5A and 49. RGB value is (96,90,73). Sum of RGB (Red+Green+Blue) = 96+90+73=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 96 - color contains mainly: red. Hex color #605A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A49 is #9FA5B6. Grayscale: #595959. Windows color (decimal): -10462647 or 4807264. OLE color: 4807264.
HSL color Cylindrical-coordinate representation of color #605A49: hue angle of 44.35º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #605A49 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 90 | 73 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.62 |
| HSL | 44.35º | 0.14% | 0.33% | - |
| HSV(B) | 44.35º | 0.24% | 0.38% | - |
| XYZ | 9.68 | 10.28 | 7.78 | - |
| YUV | 89.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 73 | 0 | 0.06 | 0.24 | 0.62 | 44.35 | 0.14 | 0.33 |
| Hex | 60 | 5A | 49 | 0 | 6 | 18 | 3E | 2C | E | 21 |
| Octal | 140 | 132 | 111 | 0 | 6 | 30 | 76 | 54 | 16 | 41 |
| Binary | 1100000 | 1011010 | 1001001 | 0 | 110 | 11000 | 111110 | 101100 | 1110 | 100001 |
Color Harmonies of #605A49
Complementary color
Monochromatic Colors of #605A49
Black with #605A49
Text Example
Text Example
White with #605A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A49; }
p { color: rgb(96,90,73); }
H1.HeaderClassName
{
color: #605A49;
}
.AnyTagClassName
{
color: #605A49;
}
</style>
background-color css
<style>
a { background-color: #605A49; }
a { background-color: rgb(96,90,73); }
div.DivClassName
{
background-color: #605A49;
}
.BgClassName
{
background-color: #605A49;
}
</style>
border-color css
<style>
span { border-color: #605A49; }
span { border-color: rgb(96,90,73); }
td.TdClassName
{
border-color: #605A49;
}
.TagClassName
{
border-color: #605A49;
}
</style>