Shades of Millbrook #625C4B
Tints of Millbrook #625C4B
RGB
CMYK
RGB Variations
Color information
#625C4B (or 0x625C4B) is known color: Millbrook. HEX triplet: 62, 5C and 4B. RGB value is (98,92,75). Sum of RGB (Red+Green+Blue) = 98+92+75=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 98 - color contains mainly: red. Hex color #625C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625C4B is #9DA3B4. Grayscale: #5B5B5B. Windows color (decimal): -10331061 or 4938850. OLE color: 4938850.
HSL color Cylindrical-coordinate representation of color #625C4B: hue angle of 44.35º 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 #625C4B is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 92 | 75 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.62 |
| HSL | 44.35º | 0.13% | 0.34% | - |
| HSV(B) | 44.35º | 0.23% | 0.38% | - |
| XYZ | 10.13 | 10.76 | 8.2 | - |
| YUV | 91.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 75 | 0 | 0.06 | 0.23 | 0.62 | 44.35 | 0.13 | 0.34 |
| Hex | 62 | 5C | 4B | 0 | 6 | 17 | 3E | 2C | D | 22 |
| Octal | 142 | 134 | 113 | 0 | 6 | 27 | 76 | 54 | 15 | 42 |
| Binary | 1100010 | 1011100 | 1001011 | 0 | 110 | 10111 | 111110 | 101100 | 1101 | 100010 |
Color Harmonies of #625C4B
Complementary color
Monochromatic Colors of #625C4B
Black with #625C4B
Text Example
Text Example
White with #625C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C4B; }
p { color: rgb(98,92,75); }
H1.HeaderClassName
{
color: #625C4B;
}
.AnyTagClassName
{
color: #625C4B;
}
</style>
background-color css
<style>
a { background-color: #625C4B; }
a { background-color: rgb(98,92,75); }
div.DivClassName
{
background-color: #625C4B;
}
.BgClassName
{
background-color: #625C4B;
}
</style>
border-color css
<style>
span { border-color: #625C4B; }
span { border-color: rgb(98,92,75); }
td.TdClassName
{
border-color: #625C4B;
}
.TagClassName
{
border-color: #625C4B;
}
</style>