Shades of Millbrook #635B47
Tints of Millbrook #635B47
RGB
CMYK
RGB Variations
Color information
#635B47 (or 0x635B47) is known color: Millbrook. HEX triplet: 63, 5B and 47. RGB value is (99,91,71). Sum of RGB (Red+Green+Blue) = 99+91+71=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #635B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635B47 is #9CA4B8. Grayscale: #5B5B5B. Windows color (decimal): -10265785 or 4676451. OLE color: 4676451.
HSL color Cylindrical-coordinate representation of color #635B47: hue angle of 42.86º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #635B47 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 71 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.61 |
| HSL | 42.86º | 0.16% | 0.33% | - |
| HSV(B) | 42.86º | 0.28% | 0.39% | - |
| XYZ | 10.02 | 10.59 | 7.48 | - |
| YUV | 91.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 71 | 0 | 0.08 | 0.28 | 0.61 | 42.86 | 0.16 | 0.33 |
| Hex | 63 | 5B | 47 | 0 | 8 | 1C | 3D | 2B | 10 | 21 |
| Octal | 143 | 133 | 107 | 0 | 10 | 34 | 75 | 53 | 20 | 41 |
| Binary | 1100011 | 1011011 | 1000111 | 0 | 1000 | 11100 | 111101 | 101011 | 10000 | 100001 |
Color Harmonies of #635B47
Complementary color
Monochromatic Colors of #635B47
Black with #635B47
Text Example
Text Example
White with #635B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B47; }
p { color: rgb(99,91,71); }
H1.HeaderClassName
{
color: #635B47;
}
.AnyTagClassName
{
color: #635B47;
}
</style>
background-color css
<style>
a { background-color: #635B47; }
a { background-color: rgb(99,91,71); }
div.DivClassName
{
background-color: #635B47;
}
.BgClassName
{
background-color: #635B47;
}
</style>
border-color css
<style>
span { border-color: #635B47; }
span { border-color: rgb(99,91,71); }
td.TdClassName
{
border-color: #635B47;
}
.TagClassName
{
border-color: #635B47;
}
</style>