Shades of Millbrook #635F4C
Tints of Millbrook #635F4C
RGB
CMYK
RGB Variations
Color information
#635F4C (or 0x635F4C) is known color: Millbrook. HEX triplet: 63, 5F and 4C. RGB value is (99,95,76). Sum of RGB (Red+Green+Blue) = 99+95+76=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 99 - color contains mainly: red. Hex color #635F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635F4C is #9CA0B3. Grayscale: #5E5E5E. Windows color (decimal): -10264756 or 5005155. OLE color: 5005155.
HSL color Cylindrical-coordinate representation of color #635F4C: hue angle of 49.57º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #635F4C is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 95 | 76 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.61 |
| HSL | 49.57º | 0.13% | 0.34% | - |
| HSV(B) | 49.57º | 0.23% | 0.39% | - |
| XYZ | 10.54 | 11.36 | 8.47 | - |
| YUV | 94.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 76 | 0 | 0.04 | 0.23 | 0.61 | 49.57 | 0.13 | 0.34 |
| Hex | 63 | 5F | 4C | 0 | 4 | 17 | 3D | 32 | D | 22 |
| Octal | 143 | 137 | 114 | 0 | 4 | 27 | 75 | 62 | 15 | 42 |
| Binary | 1100011 | 1011111 | 1001100 | 0 | 100 | 10111 | 111101 | 110010 | 1101 | 100010 |
Color Harmonies of #635F4C
Complementary color
Monochromatic Colors of #635F4C
Black with #635F4C
Text Example
Text Example
White with #635F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635F4C; }
p { color: rgb(99,95,76); }
H1.HeaderClassName
{
color: #635F4C;
}
.AnyTagClassName
{
color: #635F4C;
}
</style>
background-color css
<style>
a { background-color: #635F4C; }
a { background-color: rgb(99,95,76); }
div.DivClassName
{
background-color: #635F4C;
}
.BgClassName
{
background-color: #635F4C;
}
</style>
border-color css
<style>
span { border-color: #635F4C; }
span { border-color: rgb(99,95,76); }
td.TdClassName
{
border-color: #635F4C;
}
.TagClassName
{
border-color: #635F4C;
}
</style>