Shades of Millbrook #635C46
Tints of Millbrook #635C46
RGB
CMYK
RGB Variations
Color information
#635C46 (or 0x635C46) is known color: Millbrook. HEX triplet: 63, 5C and 46. RGB value is (99,92,70). Sum of RGB (Red+Green+Blue) = 99+92+70=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #635C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635C46 is #9CA3B9. Grayscale: #5B5B5B. Windows color (decimal): -10265530 or 4611171. OLE color: 4611171.
HSL color Cylindrical-coordinate representation of color #635C46: hue angle of 45.52º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #635C46 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 70 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.61 |
| HSL | 45.52º | 0.17% | 0.33% | - |
| HSV(B) | 45.52º | 0.29% | 0.39% | - |
| XYZ | 10.08 | 10.75 | 7.34 | - |
| YUV | 91.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 70 | 0 | 0.07 | 0.29 | 0.61 | 45.52 | 0.17 | 0.33 |
| Hex | 63 | 5C | 46 | 0 | 7 | 1D | 3D | 2E | 11 | 21 |
| Octal | 143 | 134 | 106 | 0 | 7 | 35 | 75 | 56 | 21 | 41 |
| Binary | 1100011 | 1011100 | 1000110 | 0 | 111 | 11101 | 111101 | 101110 | 10001 | 100001 |
Color Harmonies of #635C46
Complementary color
Monochromatic Colors of #635C46
Black with #635C46
Text Example
Text Example
White with #635C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C46; }
p { color: rgb(99,92,70); }
H1.HeaderClassName
{
color: #635C46;
}
.AnyTagClassName
{
color: #635C46;
}
</style>
background-color css
<style>
a { background-color: #635C46; }
a { background-color: rgb(99,92,70); }
div.DivClassName
{
background-color: #635C46;
}
.BgClassName
{
background-color: #635C46;
}
</style>
border-color css
<style>
span { border-color: #635C46; }
span { border-color: rgb(99,92,70); }
td.TdClassName
{
border-color: #635C46;
}
.TagClassName
{
border-color: #635C46;
}
</style>