Shades of Millbrook #625C48
Tints of Millbrook #625C48
RGB
CMYK
RGB Variations
Color information
#625C48 (or 0x625C48) is known color: Millbrook. HEX triplet: 62, 5C and 48. RGB value is (98,92,72). Sum of RGB (Red+Green+Blue) = 98+92+72=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 98 - color contains mainly: red. Hex color #625C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625C48 is #9DA3B7. Grayscale: #5B5B5B. Windows color (decimal): -10331064 or 4742242. OLE color: 4742242.
HSL color Cylindrical-coordinate representation of color #625C48: hue angle of 46.15º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #625C48 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 92 | 72 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.62 |
| HSL | 46.15º | 0.15% | 0.33% | - |
| HSV(B) | 46.15º | 0.27% | 0.38% | - |
| XYZ | 10.03 | 10.72 | 7.67 | - |
| YUV | 91.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 72 | 0 | 0.06 | 0.27 | 0.62 | 46.15 | 0.15 | 0.33 |
| Hex | 62 | 5C | 48 | 0 | 6 | 1B | 3E | 2E | F | 21 |
| Octal | 142 | 134 | 110 | 0 | 6 | 33 | 76 | 56 | 17 | 41 |
| Binary | 1100010 | 1011100 | 1001000 | 0 | 110 | 11011 | 111110 | 101110 | 1111 | 100001 |
Color Harmonies of #625C48
Complementary color
Monochromatic Colors of #625C48
Black with #625C48
Text Example
Text Example
White with #625C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C48; }
p { color: rgb(98,92,72); }
H1.HeaderClassName
{
color: #625C48;
}
.AnyTagClassName
{
color: #625C48;
}
</style>
background-color css
<style>
a { background-color: #625C48; }
a { background-color: rgb(98,92,72); }
div.DivClassName
{
background-color: #625C48;
}
.BgClassName
{
background-color: #625C48;
}
</style>
border-color css
<style>
span { border-color: #625C48; }
span { border-color: rgb(98,92,72); }
td.TdClassName
{
border-color: #625C48;
}
.TagClassName
{
border-color: #625C48;
}
</style>