Shades of Millbrook #625942
Tints of Millbrook #625942
RGB
CMYK
RGB Variations
Color information
#625942 (or 0x625942) is known color: Millbrook. HEX triplet: 62, 59 and 42. RGB value is (98,89,66). Sum of RGB (Red+Green+Blue) = 98+89+66=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 98 - color contains mainly: red. Hex color #625942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625942 is #9DA6BD. Grayscale: #595959. Windows color (decimal): -10331838 or 4348258. OLE color: 4348258.
HSL color Cylindrical-coordinate representation of color #625942: hue angle of 43.12º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #625942 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 89 | 66 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.62 |
| HSL | 43.13º | 0.2% | 0.32% | - |
| HSV(B) | 43.13º | 0.33% | 0.38% | - |
| XYZ | 9.59 | 10.13 | 6.6 | - |
| YUV | 89.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 66 | 0 | 0.09 | 0.33 | 0.62 | 43.13 | 0.2 | 0.32 |
| Hex | 62 | 59 | 42 | 0 | 9 | 21 | 3E | 2B | 14 | 20 |
| Octal | 142 | 131 | 102 | 0 | 11 | 41 | 76 | 53 | 24 | 40 |
| Binary | 1100010 | 1011001 | 1000010 | 0 | 1001 | 100001 | 111110 | 101011 | 10100 | 100000 |
Color Harmonies of #625942
Complementary color
Monochromatic Colors of #625942
Black with #625942
Text Example
Text Example
White with #625942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625942; }
p { color: rgb(98,89,66); }
H1.HeaderClassName
{
color: #625942;
}
.AnyTagClassName
{
color: #625942;
}
</style>
background-color css
<style>
a { background-color: #625942; }
a { background-color: rgb(98,89,66); }
div.DivClassName
{
background-color: #625942;
}
.BgClassName
{
background-color: #625942;
}
</style>
border-color css
<style>
span { border-color: #625942; }
span { border-color: rgb(98,89,66); }
td.TdClassName
{
border-color: #625942;
}
.TagClassName
{
border-color: #625942;
}
</style>