Shades of Millbrook #635E4D
Tints of Millbrook #635E4D
RGB
CMYK
RGB Variations
Color information
#635E4D (or 0x635E4D) is known color: Millbrook. HEX triplet: 63, 5E and 4D. RGB value is (99,94,77). Sum of RGB (Red+Green+Blue) = 99+94+77=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 99 - color contains mainly: red. Hex color #635E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E4D is #9CA1B2. Grayscale: #5D5D5D. Windows color (decimal): -10265011 or 5070435. OLE color: 5070435.
HSL color Cylindrical-coordinate representation of color #635E4D: hue angle of 46.36º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #635E4D is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 94 | 77 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.61 |
| HSL | 46.36º | 0.13% | 0.35% | - |
| HSV(B) | 46.36º | 0.22% | 0.39% | - |
| XYZ | 10.49 | 11.19 | 8.63 | - |
| YUV | 93.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 77 | 0 | 0.05 | 0.22 | 0.61 | 46.36 | 0.13 | 0.35 |
| Hex | 63 | 5E | 4D | 0 | 5 | 16 | 3D | 2E | C | 23 |
| Octal | 143 | 136 | 115 | 0 | 5 | 26 | 75 | 56 | 14 | 43 |
| Binary | 1100011 | 1011110 | 1001101 | 0 | 101 | 10110 | 111101 | 101110 | 1100 | 100011 |
Color Harmonies of #635E4D
Complementary color
Monochromatic Colors of #635E4D
Black with #635E4D
Text Example
Text Example
White with #635E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635E4D; }
p { color: rgb(99,94,77); }
H1.HeaderClassName
{
color: #635E4D;
}
.AnyTagClassName
{
color: #635E4D;
}
</style>
background-color css
<style>
a { background-color: #635E4D; }
a { background-color: rgb(99,94,77); }
div.DivClassName
{
background-color: #635E4D;
}
.BgClassName
{
background-color: #635E4D;
}
</style>
border-color css
<style>
span { border-color: #635E4D; }
span { border-color: rgb(99,94,77); }
td.TdClassName
{
border-color: #635E4D;
}
.TagClassName
{
border-color: #635E4D;
}
</style>