Shades of Millbrook #635C47
Tints of Millbrook #635C47
RGB
CMYK
RGB Variations
Color information
#635C47 (or 0x635C47) is known color: Millbrook. HEX triplet: 63, 5C and 47. RGB value is (99,92,71). Sum of RGB (Red+Green+Blue) = 99+92+71=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #635C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635C47 is #9CA3B8. Grayscale: #5B5B5B. Windows color (decimal): -10265529 or 4676707. OLE color: 4676707.
HSL color Cylindrical-coordinate representation of color #635C47: hue angle of 45º 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 #635C47 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 71 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.61 |
| HSL | 45º | 0.16% | 0.33% | - |
| HSV(B) | 45º | 0.28% | 0.39% | - |
| XYZ | 10.11 | 10.76 | 7.51 | - |
| YUV | 91.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 71 | 0 | 0.07 | 0.28 | 0.61 | 45 | 0.16 | 0.33 |
| Hex | 63 | 5C | 47 | 0 | 7 | 1C | 3D | 2D | 10 | 21 |
| Octal | 143 | 134 | 107 | 0 | 7 | 34 | 75 | 55 | 20 | 41 |
| Binary | 1100011 | 1011100 | 1000111 | 0 | 111 | 11100 | 111101 | 101101 | 10000 | 100001 |
Color Harmonies of #635C47
Complementary color
Monochromatic Colors of #635C47
Black with #635C47
Text Example
Text Example
White with #635C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C47; }
p { color: rgb(99,92,71); }
H1.HeaderClassName
{
color: #635C47;
}
.AnyTagClassName
{
color: #635C47;
}
</style>
background-color css
<style>
a { background-color: #635C47; }
a { background-color: rgb(99,92,71); }
div.DivClassName
{
background-color: #635C47;
}
.BgClassName
{
background-color: #635C47;
}
</style>
border-color css
<style>
span { border-color: #635C47; }
span { border-color: rgb(99,92,71); }
td.TdClassName
{
border-color: #635C47;
}
.TagClassName
{
border-color: #635C47;
}
</style>