Shades of Millbrook #635D4A
Tints of Millbrook #635D4A
RGB
CMYK
RGB Variations
Color information
#635D4A (or 0x635D4A) is known color: Millbrook. HEX triplet: 63, 5D and 4A. RGB value is (99,93,74). Sum of RGB (Red+Green+Blue) = 99+93+74=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 99 - color contains mainly: red. Hex color #635D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635D4A is #9CA2B5. Grayscale: #5C5C5C. Windows color (decimal): -10265270 or 4873571. OLE color: 4873571.
HSL color Cylindrical-coordinate representation of color #635D4A: hue angle of 45.6º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #635D4A is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 74 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.61 |
| HSL | 45.6º | 0.14% | 0.34% | - |
| HSV(B) | 45.6º | 0.25% | 0.39% | - |
| XYZ | 10.3 | 10.98 | 8.05 | - |
| YUV | 92.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 74 | 0 | 0.06 | 0.25 | 0.61 | 45.6 | 0.14 | 0.34 |
| Hex | 63 | 5D | 4A | 0 | 6 | 19 | 3D | 2E | E | 22 |
| Octal | 143 | 135 | 112 | 0 | 6 | 31 | 75 | 56 | 16 | 42 |
| Binary | 1100011 | 1011101 | 1001010 | 0 | 110 | 11001 | 111101 | 101110 | 1110 | 100010 |
Color Harmonies of #635D4A
Complementary color
Monochromatic Colors of #635D4A
Black with #635D4A
Text Example
Text Example
White with #635D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D4A; }
p { color: rgb(99,93,74); }
H1.HeaderClassName
{
color: #635D4A;
}
.AnyTagClassName
{
color: #635D4A;
}
</style>
background-color css
<style>
a { background-color: #635D4A; }
a { background-color: rgb(99,93,74); }
div.DivClassName
{
background-color: #635D4A;
}
.BgClassName
{
background-color: #635D4A;
}
</style>
border-color css
<style>
span { border-color: #635D4A; }
span { border-color: rgb(99,93,74); }
td.TdClassName
{
border-color: #635D4A;
}
.TagClassName
{
border-color: #635D4A;
}
</style>