Shades of Millbrook #635D47
Tints of Millbrook #635D47
RGB
CMYK
RGB Variations
Color information
#635D47 (or 0x635D47) is known color: Millbrook. HEX triplet: 63, 5D and 47. RGB value is (99,93,71). Sum of RGB (Red+Green+Blue) = 99+93+71=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #635D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D47 is #9CA2B8. Grayscale: #5C5C5C. Windows color (decimal): -10265273 or 4676963. OLE color: 4676963.
HSL color Cylindrical-coordinate representation of color #635D47: hue angle of 47.14º 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 #635D47 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 71 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.61 |
| HSL | 47.14º | 0.16% | 0.33% | - |
| HSV(B) | 47.14º | 0.28% | 0.39% | - |
| XYZ | 10.2 | 10.94 | 7.53 | - |
| YUV | 92.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 71 | 0 | 0.06 | 0.28 | 0.61 | 47.14 | 0.16 | 0.33 |
| Hex | 63 | 5D | 47 | 0 | 6 | 1C | 3D | 2F | 10 | 21 |
| Octal | 143 | 135 | 107 | 0 | 6 | 34 | 75 | 57 | 20 | 41 |
| Binary | 1100011 | 1011101 | 1000111 | 0 | 110 | 11100 | 111101 | 101111 | 10000 | 100001 |
Color Harmonies of #635D47
Complementary color
Monochromatic Colors of #635D47
Black with #635D47
Text Example
Text Example
White with #635D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D47; }
p { color: rgb(99,93,71); }
H1.HeaderClassName
{
color: #635D47;
}
.AnyTagClassName
{
color: #635D47;
}
</style>
background-color css
<style>
a { background-color: #635D47; }
a { background-color: rgb(99,93,71); }
div.DivClassName
{
background-color: #635D47;
}
.BgClassName
{
background-color: #635D47;
}
</style>
border-color css
<style>
span { border-color: #635D47; }
span { border-color: rgb(99,93,71); }
td.TdClassName
{
border-color: #635D47;
}
.TagClassName
{
border-color: #635D47;
}
</style>