Shades of Millbrook #625B49
Tints of Millbrook #625B49
RGB
CMYK
RGB Variations
Color information
#625B49 (or 0x625B49) is known color: Millbrook. HEX triplet: 62, 5B and 49. RGB value is (98,91,73). Sum of RGB (Red+Green+Blue) = 98+91+73=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 98 - color contains mainly: red. Hex color #625B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625B49 is #9DA4B6. Grayscale: #5B5B5B. Windows color (decimal): -10331319 or 4807522. OLE color: 4807522.
HSL color Cylindrical-coordinate representation of color #625B49: hue angle of 43.2º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #625B49 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 91 | 73 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.62 |
| HSL | 43.2º | 0.15% | 0.34% | - |
| HSV(B) | 43.2º | 0.26% | 0.38% | - |
| XYZ | 9.98 | 10.56 | 7.82 | - |
| YUV | 91.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 73 | 0 | 0.07 | 0.26 | 0.62 | 43.2 | 0.15 | 0.34 |
| Hex | 62 | 5B | 49 | 0 | 7 | 1A | 3E | 2B | F | 22 |
| Octal | 142 | 133 | 111 | 0 | 7 | 32 | 76 | 53 | 17 | 42 |
| Binary | 1100010 | 1011011 | 1001001 | 0 | 111 | 11010 | 111110 | 101011 | 1111 | 100010 |
Color Harmonies of #625B49
Complementary color
Monochromatic Colors of #625B49
Black with #625B49
Text Example
Text Example
White with #625B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625B49; }
p { color: rgb(98,91,73); }
H1.HeaderClassName
{
color: #625B49;
}
.AnyTagClassName
{
color: #625B49;
}
</style>
background-color css
<style>
a { background-color: #625B49; }
a { background-color: rgb(98,91,73); }
div.DivClassName
{
background-color: #625B49;
}
.BgClassName
{
background-color: #625B49;
}
</style>
border-color css
<style>
span { border-color: #625B49; }
span { border-color: rgb(98,91,73); }
td.TdClassName
{
border-color: #625B49;
}
.TagClassName
{
border-color: #625B49;
}
</style>