Shades of Millbrook #625A44
Tints of Millbrook #625A44
RGB
CMYK
RGB Variations
Color information
#625A44 (or 0x625A44) is known color: Millbrook. HEX triplet: 62, 5A and 44. RGB value is (98,90,68). Sum of RGB (Red+Green+Blue) = 98+90+68=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #625A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625A44 is #9DA5BB. Grayscale: #595959. Windows color (decimal): -10331580 or 4479586. OLE color: 4479586.
HSL color Cylindrical-coordinate representation of color #625A44: hue angle of 44º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #625A44 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 68 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.62 |
| HSL | 44º | 0.18% | 0.33% | - |
| HSV(B) | 44º | 0.31% | 0.38% | - |
| XYZ | 9.74 | 10.33 | 6.95 | - |
| YUV | 89.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 68 | 0 | 0.08 | 0.31 | 0.62 | 44 | 0.18 | 0.33 |
| Hex | 62 | 5A | 44 | 0 | 8 | 1F | 3E | 2C | 12 | 21 |
| Octal | 142 | 132 | 104 | 0 | 10 | 37 | 76 | 54 | 22 | 41 |
| Binary | 1100010 | 1011010 | 1000100 | 0 | 1000 | 11111 | 111110 | 101100 | 10010 | 100001 |
Color Harmonies of #625A44
Complementary color
Monochromatic Colors of #625A44
Black with #625A44
Text Example
Text Example
White with #625A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A44; }
p { color: rgb(98,90,68); }
H1.HeaderClassName
{
color: #625A44;
}
.AnyTagClassName
{
color: #625A44;
}
</style>
background-color css
<style>
a { background-color: #625A44; }
a { background-color: rgb(98,90,68); }
div.DivClassName
{
background-color: #625A44;
}
.BgClassName
{
background-color: #625A44;
}
</style>
border-color css
<style>
span { border-color: #625A44; }
span { border-color: rgb(98,90,68); }
td.TdClassName
{
border-color: #625A44;
}
.TagClassName
{
border-color: #625A44;
}
</style>