Shades of Millbrook #605841
Tints of Millbrook #605841
RGB
CMYK
RGB Variations
Color information
#605841 (or 0x605841) is known color: Millbrook. HEX triplet: 60, 58 and 41. RGB value is (96,88,65). Sum of RGB (Red+Green+Blue) = 96+88+65=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #605841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605841 is #9FA7BE. Grayscale: #575757. Windows color (decimal): -10463167 or 4282464. OLE color: 4282464.
HSL color Cylindrical-coordinate representation of color #605841: hue angle of 44.52º 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 #605841 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 88 | 65 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.62 |
| HSL | 44.52º | 0.19% | 0.32% | - |
| HSV(B) | 44.52º | 0.32% | 0.38% | - |
| XYZ | 9.27 | 9.85 | 6.41 | - |
| YUV | 87.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 65 | 0 | 0.08 | 0.32 | 0.62 | 44.52 | 0.19 | 0.32 |
| Hex | 60 | 58 | 41 | 0 | 8 | 20 | 3E | 2D | 13 | 20 |
| Octal | 140 | 130 | 101 | 0 | 10 | 40 | 76 | 55 | 23 | 40 |
| Binary | 1100000 | 1011000 | 1000001 | 0 | 1000 | 100000 | 111110 | 101101 | 10011 | 100000 |
Color Harmonies of #605841
Complementary color
Monochromatic Colors of #605841
Black with #605841
Text Example
Text Example
White with #605841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605841; }
p { color: rgb(96,88,65); }
H1.HeaderClassName
{
color: #605841;
}
.AnyTagClassName
{
color: #605841;
}
</style>
background-color css
<style>
a { background-color: #605841; }
a { background-color: rgb(96,88,65); }
div.DivClassName
{
background-color: #605841;
}
.BgClassName
{
background-color: #605841;
}
</style>
border-color css
<style>
span { border-color: #605841; }
span { border-color: rgb(96,88,65); }
td.TdClassName
{
border-color: #605841;
}
.TagClassName
{
border-color: #605841;
}
</style>