Shades of Millbrook #605A4A
Tints of Millbrook #605A4A
RGB
CMYK
RGB Variations
Color information
#605A4A (or 0x605A4A) is known color: Millbrook. HEX triplet: 60, 5A and 4A. RGB value is (96,90,74). Sum of RGB (Red+Green+Blue) = 96+90+74=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 96 - color contains mainly: red. Hex color #605A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A4A is #9FA5B5. Grayscale: #5A5A5A. Windows color (decimal): -10462646 or 4872800. OLE color: 4872800.
HSL color Cylindrical-coordinate representation of color #605A4A: hue angle of 43.64º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #605A4A is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 90 | 74 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.62 |
| HSL | 43.64º | 0.13% | 0.33% | - |
| HSV(B) | 43.64º | 0.23% | 0.38% | - |
| XYZ | 9.72 | 10.29 | 7.95 | - |
| YUV | 89.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 74 | 0 | 0.06 | 0.23 | 0.62 | 43.64 | 0.13 | 0.33 |
| Hex | 60 | 5A | 4A | 0 | 6 | 17 | 3E | 2C | D | 21 |
| Octal | 140 | 132 | 112 | 0 | 6 | 27 | 76 | 54 | 15 | 41 |
| Binary | 1100000 | 1011010 | 1001010 | 0 | 110 | 10111 | 111110 | 101100 | 1101 | 100001 |
Color Harmonies of #605A4A
Complementary color
Monochromatic Colors of #605A4A
Black with #605A4A
Text Example
Text Example
White with #605A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A4A; }
p { color: rgb(96,90,74); }
H1.HeaderClassName
{
color: #605A4A;
}
.AnyTagClassName
{
color: #605A4A;
}
</style>
background-color css
<style>
a { background-color: #605A4A; }
a { background-color: rgb(96,90,74); }
div.DivClassName
{
background-color: #605A4A;
}
.BgClassName
{
background-color: #605A4A;
}
</style>
border-color css
<style>
span { border-color: #605A4A; }
span { border-color: rgb(96,90,74); }
td.TdClassName
{
border-color: #605A4A;
}
.TagClassName
{
border-color: #605A4A;
}
</style>