Shades of Millbrook #605843
Tints of Millbrook #605843
RGB
CMYK
RGB Variations
Color information
#605843 (or 0x605843) is known color: Millbrook. HEX triplet: 60, 58 and 43. RGB value is (96,88,67). Sum of RGB (Red+Green+Blue) = 96+88+67=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #605843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605843 is #9FA7BC. Grayscale: #585858. Windows color (decimal): -10463165 or 4413536. OLE color: 4413536.
HSL color Cylindrical-coordinate representation of color #605843: hue angle of 43.45º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #605843 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 88 | 67 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.62 |
| HSL | 43.45º | 0.18% | 0.32% | - |
| HSV(B) | 43.45º | 0.3% | 0.38% | - |
| XYZ | 9.33 | 9.87 | 6.72 | - |
| YUV | 88 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 67 | 0 | 0.08 | 0.30 | 0.62 | 43.45 | 0.18 | 0.32 |
| Hex | 60 | 58 | 43 | 0 | 8 | 1E | 3E | 2B | 12 | 20 |
| Octal | 140 | 130 | 103 | 0 | 10 | 36 | 76 | 53 | 22 | 40 |
| Binary | 1100000 | 1011000 | 1000011 | 0 | 1000 | 11110 | 111110 | 101011 | 10010 | 100000 |
Color Harmonies of #605843
Complementary color
Monochromatic Colors of #605843
Black with #605843
Text Example
Text Example
White with #605843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605843; }
p { color: rgb(96,88,67); }
H1.HeaderClassName
{
color: #605843;
}
.AnyTagClassName
{
color: #605843;
}
</style>
background-color css
<style>
a { background-color: #605843; }
a { background-color: rgb(96,88,67); }
div.DivClassName
{
background-color: #605843;
}
.BgClassName
{
background-color: #605843;
}
</style>
border-color css
<style>
span { border-color: #605843; }
span { border-color: rgb(96,88,67); }
td.TdClassName
{
border-color: #605843;
}
.TagClassName
{
border-color: #605843;
}
</style>