Shades of Millbrook #625F50
Tints of Millbrook #625F50
RGB
CMYK
RGB Variations
Color information
#625F50 (or 0x625F50) is known color: Millbrook. HEX triplet: 62, 5F and 50. RGB value is (98,95,80). Sum of RGB (Red+Green+Blue) = 98+95+80=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 98 - color contains mainly: red. Hex color #625F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F50 is #9DA0AF. Grayscale: #5E5E5E. Windows color (decimal): -10330288 or 5267298. OLE color: 5267298.
HSL color Cylindrical-coordinate representation of color #625F50: hue angle of 50º 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 #625F50 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 95 | 80 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.62 |
| HSL | 50º | 0.1% | 0.35% | - |
| HSV(B) | 50º | 0.18% | 0.38% | - |
| XYZ | 10.58 | 11.36 | 9.22 | - |
| YUV | 94.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 80 | 0 | 0.03 | 0.18 | 0.62 | 50 | 0.1 | 0.35 |
| Hex | 62 | 5F | 50 | 0 | 3 | 12 | 3E | 32 | A | 23 |
| Octal | 142 | 137 | 120 | 0 | 3 | 22 | 76 | 62 | 12 | 43 |
| Binary | 1100010 | 1011111 | 1010000 | 0 | 11 | 10010 | 111110 | 110010 | 1010 | 100011 |
Color Harmonies of #625F50
Complementary color
Monochromatic Colors of #625F50
Black with #625F50
Text Example
Text Example
White with #625F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625F50; }
p { color: rgb(98,95,80); }
H1.HeaderClassName
{
color: #625F50;
}
.AnyTagClassName
{
color: #625F50;
}
</style>
background-color css
<style>
a { background-color: #625F50; }
a { background-color: rgb(98,95,80); }
div.DivClassName
{
background-color: #625F50;
}
.BgClassName
{
background-color: #625F50;
}
</style>
border-color css
<style>
span { border-color: #625F50; }
span { border-color: rgb(98,95,80); }
td.TdClassName
{
border-color: #625F50;
}
.TagClassName
{
border-color: #625F50;
}
</style>