Shades of Millbrook #5F563F
Tints of Millbrook #5F563F
RGB
CMYK
RGB Variations
Color information
#5F563F (or 0x5F563F) is known color: Millbrook. HEX triplet: 5F, 56 and 3F. RGB value is (95,86,63). Sum of RGB (Red+Green+Blue) = 95+86+63=244 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.93% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 95 - color contains mainly: red. Hex color #5F563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F563F is #A0A9C0. Grayscale: #565656. Windows color (decimal): -10529217 or 4150879. OLE color: 4150879.
HSL color Cylindrical-coordinate representation of color #5F563F: hue angle of 43.12º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F563F is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 86 | 63 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.63 |
| HSL | 43.13º | 0.2% | 0.31% | - |
| HSV(B) | 43.13º | 0.34% | 0.37% | - |
| XYZ | 8.94 | 9.45 | 6.05 | - |
| YUV | 86.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 86 | 63 | 0 | 0.09 | 0.34 | 0.63 | 43.13 | 0.2 | 0.31 |
| Hex | 5F | 56 | 3F | 0 | 9 | 22 | 3F | 2B | 14 | 1F |
| Octal | 137 | 126 | 77 | 0 | 11 | 42 | 77 | 53 | 24 | 37 |
| Binary | 1011111 | 1010110 | 111111 | 0 | 1001 | 100010 | 111111 | 101011 | 10100 | 11111 |
Color Harmonies of #5F563F
Complementary color
Monochromatic Colors of #5F563F
Black with #5F563F
Text Example
Text Example
White with #5F563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F563F; }
p { color: rgb(95,86,63); }
H1.HeaderClassName
{
color: #5F563F;
}
.AnyTagClassName
{
color: #5F563F;
}
</style>
background-color css
<style>
a { background-color: #5F563F; }
a { background-color: rgb(95,86,63); }
div.DivClassName
{
background-color: #5F563F;
}
.BgClassName
{
background-color: #5F563F;
}
</style>
border-color css
<style>
span { border-color: #5F563F; }
span { border-color: rgb(95,86,63); }
td.TdClassName
{
border-color: #5F563F;
}
.TagClassName
{
border-color: #5F563F;
}
</style>