Shades of Millbrook #605941
Tints of Millbrook #605941
RGB
CMYK
RGB Variations
Color information
#605941 (or 0x605941) is known color: Millbrook. HEX triplet: 60, 59 and 41. RGB value is (96,89,65). Sum of RGB (Red+Green+Blue) = 96+89+65=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #605941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605941 is #9FA6BE. Grayscale: #585858. Windows color (decimal): -10462911 or 4282720. OLE color: 4282720.
HSL color Cylindrical-coordinate representation of color #605941: hue angle of 46.45º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #605941 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 89 | 65 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.62 |
| HSL | 46.45º | 0.19% | 0.32% | - |
| HSV(B) | 46.45º | 0.32% | 0.38% | - |
| XYZ | 9.35 | 10.01 | 6.44 | - |
| YUV | 88.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 65 | 0 | 0.07 | 0.32 | 0.62 | 46.45 | 0.19 | 0.32 |
| Hex | 60 | 59 | 41 | 0 | 7 | 20 | 3E | 2E | 13 | 20 |
| Octal | 140 | 131 | 101 | 0 | 7 | 40 | 76 | 56 | 23 | 40 |
| Binary | 1100000 | 1011001 | 1000001 | 0 | 111 | 100000 | 111110 | 101110 | 10011 | 100000 |
Color Harmonies of #605941
Complementary color
Monochromatic Colors of #605941
Black with #605941
Text Example
Text Example
White with #605941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605941; }
p { color: rgb(96,89,65); }
H1.HeaderClassName
{
color: #605941;
}
.AnyTagClassName
{
color: #605941;
}
</style>
background-color css
<style>
a { background-color: #605941; }
a { background-color: rgb(96,89,65); }
div.DivClassName
{
background-color: #605941;
}
.BgClassName
{
background-color: #605941;
}
</style>
border-color css
<style>
span { border-color: #605941; }
span { border-color: rgb(96,89,65); }
td.TdClassName
{
border-color: #605941;
}
.TagClassName
{
border-color: #605941;
}
</style>