Shades of Millbrook #625B43
Tints of Millbrook #625B43
RGB
CMYK
RGB Variations
Color information
#625B43 (or 0x625B43) is known color: Millbrook. HEX triplet: 62, 5B and 43. RGB value is (98,91,67). Sum of RGB (Red+Green+Blue) = 98+91+67=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #625B43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625B43 is #9DA4BC. Grayscale: #5A5A5A. Windows color (decimal): -10331325 or 4414306. OLE color: 4414306.
HSL color Cylindrical-coordinate representation of color #625B43: hue angle of 46.45º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #625B43 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 91 | 67 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.62 |
| HSL | 46.45º | 0.19% | 0.32% | - |
| HSV(B) | 46.45º | 0.32% | 0.38% | - |
| XYZ | 9.79 | 10.48 | 6.82 | - |
| YUV | 90.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 67 | 0 | 0.07 | 0.32 | 0.62 | 46.45 | 0.19 | 0.32 |
| Hex | 62 | 5B | 43 | 0 | 7 | 20 | 3E | 2E | 13 | 20 |
| Octal | 142 | 133 | 103 | 0 | 7 | 40 | 76 | 56 | 23 | 40 |
| Binary | 1100010 | 1011011 | 1000011 | 0 | 111 | 100000 | 111110 | 101110 | 10011 | 100000 |
Color Harmonies of #625B43
Complementary color
Monochromatic Colors of #625B43
Black with #625B43
Text Example
Text Example
White with #625B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625B43; }
p { color: rgb(98,91,67); }
H1.HeaderClassName
{
color: #625B43;
}
.AnyTagClassName
{
color: #625B43;
}
</style>
background-color css
<style>
a { background-color: #625B43; }
a { background-color: rgb(98,91,67); }
div.DivClassName
{
background-color: #625B43;
}
.BgClassName
{
background-color: #625B43;
}
</style>
border-color css
<style>
span { border-color: #625B43; }
span { border-color: rgb(98,91,67); }
td.TdClassName
{
border-color: #625B43;
}
.TagClassName
{
border-color: #625B43;
}
</style>