Shades of Millbrook #625A3F
Tints of Millbrook #625A3F
RGB
CMYK
RGB Variations
Color information
#625A3F (or 0x625A3F) is known color: Millbrook. HEX triplet: 62, 5A and 3F. RGB value is (98,90,63). Sum of RGB (Red+Green+Blue) = 98+90+63=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 98 - color contains mainly: red. Hex color #625A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625A3F is #9DA5C0. Grayscale: #595959. Windows color (decimal): -10331585 or 4151906. OLE color: 4151906.
HSL color Cylindrical-coordinate representation of color #625A3F: hue angle of 46.29º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #625A3F is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 63 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.62 |
| HSL | 46.29º | 0.22% | 0.32% | - |
| HSV(B) | 46.29º | 0.36% | 0.38% | - |
| XYZ | 9.59 | 10.27 | 6.18 | - |
| YUV | 89.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 63 | 0 | 0.08 | 0.36 | 0.62 | 46.29 | 0.22 | 0.32 |
| Hex | 62 | 5A | 3F | 0 | 8 | 24 | 3E | 2E | 16 | 20 |
| Octal | 142 | 132 | 77 | 0 | 10 | 44 | 76 | 56 | 26 | 40 |
| Binary | 1100010 | 1011010 | 111111 | 0 | 1000 | 100100 | 111110 | 101110 | 10110 | 100000 |
Color Harmonies of #625A3F
Complementary color
Monochromatic Colors of #625A3F
Black with #625A3F
Text Example
Text Example
White with #625A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A3F; }
p { color: rgb(98,90,63); }
H1.HeaderClassName
{
color: #625A3F;
}
.AnyTagClassName
{
color: #625A3F;
}
</style>
background-color css
<style>
a { background-color: #625A3F; }
a { background-color: rgb(98,90,63); }
div.DivClassName
{
background-color: #625A3F;
}
.BgClassName
{
background-color: #625A3F;
}
</style>
border-color css
<style>
span { border-color: #625A3F; }
span { border-color: rgb(98,90,63); }
td.TdClassName
{
border-color: #625A3F;
}
.TagClassName
{
border-color: #625A3F;
}
</style>