Shades of Millbrook #635C48
Tints of Millbrook #635C48
RGB
CMYK
RGB Variations
Color information
#635C48 (or 0x635C48) is known color: Millbrook. HEX triplet: 63, 5C and 48. RGB value is (99,92,72). Sum of RGB (Red+Green+Blue) = 99+92+72=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #635C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635C48 is #9CA3B7. Grayscale: #5B5B5B. Windows color (decimal): -10265528 or 4742243. OLE color: 4742243.
HSL color Cylindrical-coordinate representation of color #635C48: hue angle of 44.44º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #635C48 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 72 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.61 |
| HSL | 44.44º | 0.16% | 0.34% | - |
| HSV(B) | 44.44º | 0.27% | 0.39% | - |
| XYZ | 10.14 | 10.77 | 7.68 | - |
| YUV | 91.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 72 | 0 | 0.07 | 0.27 | 0.61 | 44.44 | 0.16 | 0.34 |
| Hex | 63 | 5C | 48 | 0 | 7 | 1B | 3D | 2C | 10 | 22 |
| Octal | 143 | 134 | 110 | 0 | 7 | 33 | 75 | 54 | 20 | 42 |
| Binary | 1100011 | 1011100 | 1001000 | 0 | 111 | 11011 | 111101 | 101100 | 10000 | 100010 |
Color Harmonies of #635C48
Complementary color
Monochromatic Colors of #635C48
Black with #635C48
Text Example
Text Example
White with #635C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C48; }
p { color: rgb(99,92,72); }
H1.HeaderClassName
{
color: #635C48;
}
.AnyTagClassName
{
color: #635C48;
}
</style>
background-color css
<style>
a { background-color: #635C48; }
a { background-color: rgb(99,92,72); }
div.DivClassName
{
background-color: #635C48;
}
.BgClassName
{
background-color: #635C48;
}
</style>
border-color css
<style>
span { border-color: #635C48; }
span { border-color: rgb(99,92,72); }
td.TdClassName
{
border-color: #635C48;
}
.TagClassName
{
border-color: #635C48;
}
</style>