Shades of Millbrook #605A48
Tints of Millbrook #605A48
RGB
CMYK
RGB Variations
Color information
#605A48 (or 0x605A48) is known color: Millbrook. HEX triplet: 60, 5A and 48. RGB value is (96,90,72). Sum of RGB (Red+Green+Blue) = 96+90+72=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 96 - color contains mainly: red. Hex color #605A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A48 is #9FA5B7. Grayscale: #595959. Windows color (decimal): -10462648 or 4741728. OLE color: 4741728.
HSL color Cylindrical-coordinate representation of color #605A48: 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 #605A48 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 90 | 72 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.62 |
| HSL | 45º | 0.14% | 0.33% | - |
| HSV(B) | 45º | 0.25% | 0.38% | - |
| XYZ | 9.65 | 10.27 | 7.6 | - |
| YUV | 89.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 72 | 0 | 0.06 | 0.25 | 0.62 | 45 | 0.14 | 0.33 |
| Hex | 60 | 5A | 48 | 0 | 6 | 19 | 3E | 2D | E | 21 |
| Octal | 140 | 132 | 110 | 0 | 6 | 31 | 76 | 55 | 16 | 41 |
| Binary | 1100000 | 1011010 | 1001000 | 0 | 110 | 11001 | 111110 | 101101 | 1110 | 100001 |
Color Harmonies of #605A48
Complementary color
Monochromatic Colors of #605A48
Black with #605A48
Text Example
Text Example
White with #605A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A48; }
p { color: rgb(96,90,72); }
H1.HeaderClassName
{
color: #605A48;
}
.AnyTagClassName
{
color: #605A48;
}
</style>
background-color css
<style>
a { background-color: #605A48; }
a { background-color: rgb(96,90,72); }
div.DivClassName
{
background-color: #605A48;
}
.BgClassName
{
background-color: #605A48;
}
</style>
border-color css
<style>
span { border-color: #605A48; }
span { border-color: rgb(96,90,72); }
td.TdClassName
{
border-color: #605A48;
}
.TagClassName
{
border-color: #605A48;
}
</style>