Shades of Millbrook #605B45
Tints of Millbrook #605B45
RGB
CMYK
RGB Variations
Color information
#605B45 (or 0x605B45) is known color: Millbrook. HEX triplet: 60, 5B and 45. RGB value is (96,91,69). Sum of RGB (Red+Green+Blue) = 96+91+69=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #605B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B45 is #9FA4BA. Grayscale: #5A5A5A. Windows color (decimal): -10462395 or 4545376. OLE color: 4545376.
HSL color Cylindrical-coordinate representation of color #605B45: hue angle of 48.89º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #605B45 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 91 | 69 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.62 |
| HSL | 48.89º | 0.16% | 0.32% | - |
| HSV(B) | 48.89º | 0.28% | 0.38% | - |
| XYZ | 9.64 | 10.4 | 7.13 | - |
| YUV | 89.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 69 | 0 | 0.05 | 0.28 | 0.62 | 48.89 | 0.16 | 0.32 |
| Hex | 60 | 5B | 45 | 0 | 5 | 1C | 3E | 31 | 10 | 20 |
| Octal | 140 | 133 | 105 | 0 | 5 | 34 | 76 | 61 | 20 | 40 |
| Binary | 1100000 | 1011011 | 1000101 | 0 | 101 | 11100 | 111110 | 110001 | 10000 | 100000 |
Color Harmonies of #605B45
Complementary color
Monochromatic Colors of #605B45
Black with #605B45
Text Example
Text Example
White with #605B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B45; }
p { color: rgb(96,91,69); }
H1.HeaderClassName
{
color: #605B45;
}
.AnyTagClassName
{
color: #605B45;
}
</style>
background-color css
<style>
a { background-color: #605B45; }
a { background-color: rgb(96,91,69); }
div.DivClassName
{
background-color: #605B45;
}
.BgClassName
{
background-color: #605B45;
}
</style>
border-color css
<style>
span { border-color: #605B45; }
span { border-color: rgb(96,91,69); }
td.TdClassName
{
border-color: #605B45;
}
.TagClassName
{
border-color: #605B45;
}
</style>