Shades of Millbrook #635D4B
Tints of Millbrook #635D4B
RGB
CMYK
RGB Variations
Color information
#635D4B (or 0x635D4B) is known color: Millbrook. HEX triplet: 63, 5D and 4B. RGB value is (99,93,75). Sum of RGB (Red+Green+Blue) = 99+93+75=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #635D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D4B is #9CA2B4. Grayscale: #5C5C5C. Windows color (decimal): -10265269 or 4939107. OLE color: 4939107.
HSL color Cylindrical-coordinate representation of color #635D4B: hue angle of 45º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #635D4B is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 75 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.61 |
| HSL | 45º | 0.14% | 0.34% | - |
| HSV(B) | 45º | 0.24% | 0.39% | - |
| XYZ | 10.33 | 10.99 | 8.23 | - |
| YUV | 92.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 75 | 0 | 0.06 | 0.24 | 0.61 | 45 | 0.14 | 0.34 |
| Hex | 63 | 5D | 4B | 0 | 6 | 18 | 3D | 2D | E | 22 |
| Octal | 143 | 135 | 113 | 0 | 6 | 30 | 75 | 55 | 16 | 42 |
| Binary | 1100011 | 1011101 | 1001011 | 0 | 110 | 11000 | 111101 | 101101 | 1110 | 100010 |
Color Harmonies of #635D4B
Complementary color
Monochromatic Colors of #635D4B
Black with #635D4B
Text Example
Text Example
White with #635D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D4B; }
p { color: rgb(99,93,75); }
H1.HeaderClassName
{
color: #635D4B;
}
.AnyTagClassName
{
color: #635D4B;
}
</style>
background-color css
<style>
a { background-color: #635D4B; }
a { background-color: rgb(99,93,75); }
div.DivClassName
{
background-color: #635D4B;
}
.BgClassName
{
background-color: #635D4B;
}
</style>
border-color css
<style>
span { border-color: #635D4B; }
span { border-color: rgb(99,93,75); }
td.TdClassName
{
border-color: #635D4B;
}
.TagClassName
{
border-color: #635D4B;
}
</style>