Shades of Millbrook #655F48
Tints of Millbrook #655F48
RGB
CMYK
RGB Variations
Color information
#655F48 (or 0x655F48) is known color: Millbrook. HEX triplet: 65, 5F and 48. RGB value is (101,95,72). Sum of RGB (Red+Green+Blue) = 101+95+72=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 101 - color contains mainly: red. Hex color #655F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655F48 is #9AA0B7. Grayscale: #5E5E5E. Windows color (decimal): -10133688 or 4743013. OLE color: 4743013.
HSL color Cylindrical-coordinate representation of color #655F48: hue angle of 47.59º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #655F48 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 72 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.60 |
| HSL | 47.59º | 0.17% | 0.34% | - |
| HSV(B) | 47.59º | 0.29% | 0.4% | - |
| XYZ | 10.63 | 11.42 | 7.77 | - |
| YUV | 94.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 72 | 0 | 0.06 | 0.29 | 0.60 | 47.59 | 0.17 | 0.34 |
| Hex | 65 | 5F | 48 | 0 | 6 | 1D | 3C | 30 | 11 | 22 |
| Octal | 145 | 137 | 110 | 0 | 6 | 35 | 74 | 60 | 21 | 42 |
| Binary | 1100101 | 1011111 | 1001000 | 0 | 110 | 11101 | 111100 | 110000 | 10001 | 100010 |
Color Harmonies of #655F48
Complementary color
Monochromatic Colors of #655F48
Black with #655F48
Text Example
Text Example
White with #655F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F48; }
p { color: rgb(101,95,72); }
H1.HeaderClassName
{
color: #655F48;
}
.AnyTagClassName
{
color: #655F48;
}
</style>
background-color css
<style>
a { background-color: #655F48; }
a { background-color: rgb(101,95,72); }
div.DivClassName
{
background-color: #655F48;
}
.BgClassName
{
background-color: #655F48;
}
</style>
border-color css
<style>
span { border-color: #655F48; }
span { border-color: rgb(101,95,72); }
td.TdClassName
{
border-color: #655F48;
}
.TagClassName
{
border-color: #655F48;
}
</style>