Shades of Millbrook #625C4A
Tints of Millbrook #625C4A
RGB
CMYK
RGB Variations
Color information
#625C4A (or 0x625C4A) is known color: Millbrook. HEX triplet: 62, 5C and 4A. RGB value is (98,92,74). Sum of RGB (Red+Green+Blue) = 98+92+74=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 98 - color contains mainly: red. Hex color #625C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625C4A is #9DA3B5. Grayscale: #5B5B5B. Windows color (decimal): -10331062 or 4873314. OLE color: 4873314.
HSL color Cylindrical-coordinate representation of color #625C4A: hue angle of 45º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #625C4A is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 92 | 74 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.62 |
| HSL | 45º | 0.14% | 0.34% | - |
| HSV(B) | 45º | 0.24% | 0.38% | - |
| XYZ | 10.1 | 10.75 | 8.02 | - |
| YUV | 91.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 74 | 0 | 0.06 | 0.24 | 0.62 | 45 | 0.14 | 0.34 |
| Hex | 62 | 5C | 4A | 0 | 6 | 18 | 3E | 2D | E | 22 |
| Octal | 142 | 134 | 112 | 0 | 6 | 30 | 76 | 55 | 16 | 42 |
| Binary | 1100010 | 1011100 | 1001010 | 0 | 110 | 11000 | 111110 | 101101 | 1110 | 100010 |
Color Harmonies of #625C4A
Complementary color
Monochromatic Colors of #625C4A
Black with #625C4A
Text Example
Text Example
White with #625C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C4A; }
p { color: rgb(98,92,74); }
H1.HeaderClassName
{
color: #625C4A;
}
.AnyTagClassName
{
color: #625C4A;
}
</style>
background-color css
<style>
a { background-color: #625C4A; }
a { background-color: rgb(98,92,74); }
div.DivClassName
{
background-color: #625C4A;
}
.BgClassName
{
background-color: #625C4A;
}
</style>
border-color css
<style>
span { border-color: #625C4A; }
span { border-color: rgb(98,92,74); }
td.TdClassName
{
border-color: #625C4A;
}
.TagClassName
{
border-color: #625C4A;
}
</style>