Shades of Millbrook #655D44
Tints of Millbrook #655D44
RGB
CMYK
RGB Variations
Color information
#655D44 (or 0x655D44) is known color: Millbrook. HEX triplet: 65, 5D and 44. RGB value is (101,93,68). Sum of RGB (Red+Green+Blue) = 101+93+68=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 101 - color contains mainly: red. Hex color #655D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655D44 is #9AA2BB. Grayscale: #5C5C5C. Windows color (decimal): -10134204 or 4480357. OLE color: 4480357.
HSL color Cylindrical-coordinate representation of color #655D44: hue angle of 45.45º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #655D44 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 68 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.60 |
| HSL | 45.45º | 0.2% | 0.33% | - |
| HSV(B) | 45.45º | 0.33% | 0.4% | - |
| XYZ | 10.32 | 11.01 | 7.05 | - |
| YUV | 92.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 68 | 0 | 0.08 | 0.33 | 0.60 | 45.45 | 0.2 | 0.33 |
| Hex | 65 | 5D | 44 | 0 | 8 | 21 | 3C | 2D | 14 | 21 |
| Octal | 145 | 135 | 104 | 0 | 10 | 41 | 74 | 55 | 24 | 41 |
| Binary | 1100101 | 1011101 | 1000100 | 0 | 1000 | 100001 | 111100 | 101101 | 10100 | 100001 |
Color Harmonies of #655D44
Complementary color
Monochromatic Colors of #655D44
Black with #655D44
Text Example
Text Example
White with #655D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D44; }
p { color: rgb(101,93,68); }
H1.HeaderClassName
{
color: #655D44;
}
.AnyTagClassName
{
color: #655D44;
}
</style>
background-color css
<style>
a { background-color: #655D44; }
a { background-color: rgb(101,93,68); }
div.DivClassName
{
background-color: #655D44;
}
.BgClassName
{
background-color: #655D44;
}
</style>
border-color css
<style>
span { border-color: #655D44; }
span { border-color: rgb(101,93,68); }
td.TdClassName
{
border-color: #655D44;
}
.TagClassName
{
border-color: #655D44;
}
</style>