Shades of Millbrook #625D4B
Tints of Millbrook #625D4B
RGB
CMYK
RGB Variations
Color information
#625D4B (or 0x625D4B) is known color: Millbrook. HEX triplet: 62, 5D and 4B. RGB value is (98,93,75). Sum of RGB (Red+Green+Blue) = 98+93+75=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 98 - color contains mainly: red. Hex color #625D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625D4B is #9DA2B4. Grayscale: #5C5C5C. Windows color (decimal): -10330805 or 4939106. OLE color: 4939106.
HSL color Cylindrical-coordinate representation of color #625D4B: hue angle of 46.96º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #625D4B is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 93 | 75 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.62 |
| HSL | 46.96º | 0.13% | 0.34% | - |
| HSV(B) | 46.96º | 0.23% | 0.38% | - |
| XYZ | 10.22 | 10.93 | 8.23 | - |
| YUV | 92.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 75 | 0 | 0.05 | 0.23 | 0.62 | 46.96 | 0.13 | 0.34 |
| Hex | 62 | 5D | 4B | 0 | 5 | 17 | 3E | 2F | D | 22 |
| Octal | 142 | 135 | 113 | 0 | 5 | 27 | 76 | 57 | 15 | 42 |
| Binary | 1100010 | 1011101 | 1001011 | 0 | 101 | 10111 | 111110 | 101111 | 1101 | 100010 |
Color Harmonies of #625D4B
Complementary color
Monochromatic Colors of #625D4B
Black with #625D4B
Text Example
Text Example
White with #625D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625D4B; }
p { color: rgb(98,93,75); }
H1.HeaderClassName
{
color: #625D4B;
}
.AnyTagClassName
{
color: #625D4B;
}
</style>
background-color css
<style>
a { background-color: #625D4B; }
a { background-color: rgb(98,93,75); }
div.DivClassName
{
background-color: #625D4B;
}
.BgClassName
{
background-color: #625D4B;
}
</style>
border-color css
<style>
span { border-color: #625D4B; }
span { border-color: rgb(98,93,75); }
td.TdClassName
{
border-color: #625D4B;
}
.TagClassName
{
border-color: #625D4B;
}
</style>