Shades of Millbrook #605C44
Tints of Millbrook #605C44
RGB
CMYK
RGB Variations
Color information
#605C44 (or 0x605C44) is known color: Millbrook. HEX triplet: 60, 5C and 44. RGB value is (96,92,68). Sum of RGB (Red+Green+Blue) = 96+92+68=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #605C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605C44 is #9FA3BB. Grayscale: #5A5A5A. Windows color (decimal): -10462140 or 4480096. OLE color: 4480096.
HSL color Cylindrical-coordinate representation of color #605C44: hue angle of 51.43º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #605C44 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 92 | 68 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.62 |
| HSL | 51.43º | 0.17% | 0.32% | - |
| HSV(B) | 51.43º | 0.29% | 0.38% | - |
| XYZ | 9.69 | 10.56 | 7 | - |
| YUV | 90.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 68 | 0 | 0.04 | 0.29 | 0.62 | 51.43 | 0.17 | 0.32 |
| Hex | 60 | 5C | 44 | 0 | 4 | 1D | 3E | 33 | 11 | 20 |
| Octal | 140 | 134 | 104 | 0 | 4 | 35 | 76 | 63 | 21 | 40 |
| Binary | 1100000 | 1011100 | 1000100 | 0 | 100 | 11101 | 111110 | 110011 | 10001 | 100000 |
Color Harmonies of #605C44
Complementary color
Monochromatic Colors of #605C44
Black with #605C44
Text Example
Text Example
White with #605C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C44; }
p { color: rgb(96,92,68); }
H1.HeaderClassName
{
color: #605C44;
}
.AnyTagClassName
{
color: #605C44;
}
</style>
background-color css
<style>
a { background-color: #605C44; }
a { background-color: rgb(96,92,68); }
div.DivClassName
{
background-color: #605C44;
}
.BgClassName
{
background-color: #605C44;
}
</style>
border-color css
<style>
span { border-color: #605C44; }
span { border-color: rgb(96,92,68); }
td.TdClassName
{
border-color: #605C44;
}
.TagClassName
{
border-color: #605C44;
}
</style>