Shades of Millbrook #5E5641
Tints of Millbrook #5E5641
RGB
CMYK
RGB Variations
Color information
#5E5641 (or 0x5E5641) is known color: Millbrook. HEX triplet: 5E, 56 and 41. RGB value is (94,86,65). Sum of RGB (Red+Green+Blue) = 94+86+65=245 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.37% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5641 is #A1A9BE. Grayscale: #565656. Windows color (decimal): -10594751 or 4281950. OLE color: 4281950.
HSL color Cylindrical-coordinate representation of color #5E5641: hue angle of 43.45º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E5641 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 86 | 65 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.63 |
| HSL | 43.45º | 0.18% | 0.31% | - |
| HSV(B) | 43.45º | 0.31% | 0.37% | - |
| XYZ | 8.9 | 9.42 | 6.35 | - |
| YUV | 86 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 65 | 0 | 0.09 | 0.31 | 0.63 | 43.45 | 0.18 | 0.31 |
| Hex | 5E | 56 | 41 | 0 | 9 | 1F | 3F | 2B | 12 | 1F |
| Octal | 136 | 126 | 101 | 0 | 11 | 37 | 77 | 53 | 22 | 37 |
| Binary | 1011110 | 1010110 | 1000001 | 0 | 1001 | 11111 | 111111 | 101011 | 10010 | 11111 |
Color Harmonies of #5E5641
Complementary color
Monochromatic Colors of #5E5641
Black with #5E5641
Text Example
Text Example
White with #5E5641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5641; }
p { color: rgb(94,86,65); }
H1.HeaderClassName
{
color: #5E5641;
}
.AnyTagClassName
{
color: #5E5641;
}
</style>
background-color css
<style>
a { background-color: #5E5641; }
a { background-color: rgb(94,86,65); }
div.DivClassName
{
background-color: #5E5641;
}
.BgClassName
{
background-color: #5E5641;
}
</style>
border-color css
<style>
span { border-color: #5E5641; }
span { border-color: rgb(94,86,65); }
td.TdClassName
{
border-color: #5E5641;
}
.TagClassName
{
border-color: #5E5641;
}
</style>