Shades of Millbrook #635F4F
Tints of Millbrook #635F4F
RGB
CMYK
RGB Variations
Color information
#635F4F (or 0x635F4F) is known color: Millbrook. HEX triplet: 63, 5F and 4F. RGB value is (99,95,79). Sum of RGB (Red+Green+Blue) = 99+95+79=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #635F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F4F is #9CA0B0. Grayscale: #5E5E5E. Windows color (decimal): -10264753 or 5201763. OLE color: 5201763.
HSL color Cylindrical-coordinate representation of color #635F4F: hue angle of 48º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #635F4F is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 95 | 79 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.61 |
| HSL | 48º | 0.11% | 0.35% | - |
| HSV(B) | 48º | 0.2% | 0.39% | - |
| XYZ | 10.65 | 11.4 | 9.04 | - |
| YUV | 94.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 79 | 0 | 0.04 | 0.20 | 0.61 | 48 | 0.11 | 0.35 |
| Hex | 63 | 5F | 4F | 0 | 4 | 14 | 3D | 30 | B | 23 |
| Octal | 143 | 137 | 117 | 0 | 4 | 24 | 75 | 60 | 13 | 43 |
| Binary | 1100011 | 1011111 | 1001111 | 0 | 100 | 10100 | 111101 | 110000 | 1011 | 100011 |
Color Harmonies of #635F4F
Complementary color
Monochromatic Colors of #635F4F
Black with #635F4F
Text Example
Text Example
White with #635F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635F4F; }
p { color: rgb(99,95,79); }
H1.HeaderClassName
{
color: #635F4F;
}
.AnyTagClassName
{
color: #635F4F;
}
</style>
background-color css
<style>
a { background-color: #635F4F; }
a { background-color: rgb(99,95,79); }
div.DivClassName
{
background-color: #635F4F;
}
.BgClassName
{
background-color: #635F4F;
}
</style>
border-color css
<style>
span { border-color: #635F4F; }
span { border-color: rgb(99,95,79); }
td.TdClassName
{
border-color: #635F4F;
}
.TagClassName
{
border-color: #635F4F;
}
</style>