Shades of Millbrook #625E50
Tints of Millbrook #625E50
RGB
CMYK
RGB Variations
Color information
#625E50 (or 0x625E50) is known color: Millbrook. HEX triplet: 62, 5E and 50. RGB value is (98,94,80). Sum of RGB (Red+Green+Blue) = 98+94+80=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 98 - color contains mainly: red. Hex color #625E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E50 is #9DA1AF. Grayscale: #5D5D5D. Windows color (decimal): -10330544 or 5267042. OLE color: 5267042.
HSL color Cylindrical-coordinate representation of color #625E50: hue angle of 46.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #625E50 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 94 | 80 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.62 |
| HSL | 46.67º | 0.1% | 0.35% | - |
| HSV(B) | 46.67º | 0.18% | 0.38% | - |
| XYZ | 10.49 | 11.18 | 9.19 | - |
| YUV | 93.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 80 | 0 | 0.04 | 0.18 | 0.62 | 46.67 | 0.1 | 0.35 |
| Hex | 62 | 5E | 50 | 0 | 4 | 12 | 3E | 2F | A | 23 |
| Octal | 142 | 136 | 120 | 0 | 4 | 22 | 76 | 57 | 12 | 43 |
| Binary | 1100010 | 1011110 | 1010000 | 0 | 100 | 10010 | 111110 | 101111 | 1010 | 100011 |
Color Harmonies of #625E50
Complementary color
Monochromatic Colors of #625E50
Black with #625E50
Text Example
Text Example
White with #625E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E50; }
p { color: rgb(98,94,80); }
H1.HeaderClassName
{
color: #625E50;
}
.AnyTagClassName
{
color: #625E50;
}
</style>
background-color css
<style>
a { background-color: #625E50; }
a { background-color: rgb(98,94,80); }
div.DivClassName
{
background-color: #625E50;
}
.BgClassName
{
background-color: #625E50;
}
</style>
border-color css
<style>
span { border-color: #625E50; }
span { border-color: rgb(98,94,80); }
td.TdClassName
{
border-color: #625E50;
}
.TagClassName
{
border-color: #625E50;
}
</style>