Shades of Millbrook #605B42
Tints of Millbrook #605B42
RGB
CMYK
RGB Variations
Color information
#605B42 (or 0x605B42) is known color: Millbrook. HEX triplet: 60, 5B and 42. RGB value is (96,91,66). Sum of RGB (Red+Green+Blue) = 96+91+66=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #605B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B42 is #9FA4BD. Grayscale: #595959. Windows color (decimal): -10462398 or 4348768. OLE color: 4348768.
HSL color Cylindrical-coordinate representation of color #605B42: hue angle of 50º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #605B42 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 91 | 66 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.62 |
| HSL | 50º | 0.19% | 0.32% | - |
| HSV(B) | 50º | 0.31% | 0.38% | - |
| XYZ | 9.55 | 10.36 | 6.65 | - |
| YUV | 89.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 66 | 0 | 0.05 | 0.31 | 0.62 | 50 | 0.19 | 0.32 |
| Hex | 60 | 5B | 42 | 0 | 5 | 1F | 3E | 32 | 13 | 20 |
| Octal | 140 | 133 | 102 | 0 | 5 | 37 | 76 | 62 | 23 | 40 |
| Binary | 1100000 | 1011011 | 1000010 | 0 | 101 | 11111 | 111110 | 110010 | 10011 | 100000 |
Color Harmonies of #605B42
Complementary color
Monochromatic Colors of #605B42
Black with #605B42
Text Example
Text Example
White with #605B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B42; }
p { color: rgb(96,91,66); }
H1.HeaderClassName
{
color: #605B42;
}
.AnyTagClassName
{
color: #605B42;
}
</style>
background-color css
<style>
a { background-color: #605B42; }
a { background-color: rgb(96,91,66); }
div.DivClassName
{
background-color: #605B42;
}
.BgClassName
{
background-color: #605B42;
}
</style>
border-color css
<style>
span { border-color: #605B42; }
span { border-color: rgb(96,91,66); }
td.TdClassName
{
border-color: #605B42;
}
.TagClassName
{
border-color: #605B42;
}
</style>