Shades of Millbrook #615841
Tints of Millbrook #615841
RGB
CMYK
RGB Variations
Color information
#615841 (or 0x615841) is known color: Millbrook. HEX triplet: 61, 58 and 41. RGB value is (97,88,65). Sum of RGB (Red+Green+Blue) = 97+88+65=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #615841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615841 is #9EA7BE. Grayscale: #585858. Windows color (decimal): -10397631 or 4282465. OLE color: 4282465.
HSL color Cylindrical-coordinate representation of color #615841: hue angle of 43.12º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #615841 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 88 | 65 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.62 |
| HSL | 43.13º | 0.2% | 0.32% | - |
| HSV(B) | 43.13º | 0.33% | 0.38% | - |
| XYZ | 9.37 | 9.9 | 6.42 | - |
| YUV | 88.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 88 | 65 | 0 | 0.09 | 0.33 | 0.62 | 43.13 | 0.2 | 0.32 |
| Hex | 61 | 58 | 41 | 0 | 9 | 21 | 3E | 2B | 14 | 20 |
| Octal | 141 | 130 | 101 | 0 | 11 | 41 | 76 | 53 | 24 | 40 |
| Binary | 1100001 | 1011000 | 1000001 | 0 | 1001 | 100001 | 111110 | 101011 | 10100 | 100000 |
Color Harmonies of #615841
Complementary color
Monochromatic Colors of #615841
Black with #615841
Text Example
Text Example
White with #615841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615841; }
p { color: rgb(97,88,65); }
H1.HeaderClassName
{
color: #615841;
}
.AnyTagClassName
{
color: #615841;
}
</style>
background-color css
<style>
a { background-color: #615841; }
a { background-color: rgb(97,88,65); }
div.DivClassName
{
background-color: #615841;
}
.BgClassName
{
background-color: #615841;
}
</style>
border-color css
<style>
span { border-color: #615841; }
span { border-color: rgb(97,88,65); }
td.TdClassName
{
border-color: #615841;
}
.TagClassName
{
border-color: #615841;
}
</style>