Shades of Quincy #635142
Tints of Quincy #635142
RGB
CMYK
RGB Variations
Color information
#635142 (or 0x635142) is known color: Quincy. HEX triplet: 63, 51 and 42. RGB value is (99,81,66). Sum of RGB (Red+Green+Blue) = 99+81+66=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #635142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635142 is #9CAEBD. Grayscale: #545454. Windows color (decimal): -10268350 or 4346211. OLE color: 4346211.
HSL color Cylindrical-coordinate representation of color #635142: hue angle of 27.27º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #635142 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 81 | 66 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.61 |
| HSL | 27.27º | 0.2% | 0.32% | - |
| HSV(B) | 27.27º | 0.33% | 0.39% | - |
| XYZ | 9.07 | 8.93 | 6.4 | - |
| YUV | 84.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 66 | 0 | 0.18 | 0.33 | 0.61 | 27.27 | 0.2 | 0.32 |
| Hex | 63 | 51 | 42 | 0 | 12 | 21 | 3D | 1B | 14 | 20 |
| Octal | 143 | 121 | 102 | 0 | 22 | 41 | 75 | 33 | 24 | 40 |
| Binary | 1100011 | 1010001 | 1000010 | 0 | 10010 | 100001 | 111101 | 11011 | 10100 | 100000 |
Color Harmonies of #635142
Complementary color
Monochromatic Colors of #635142
Black with #635142
Text Example
Text Example
White with #635142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635142; }
p { color: rgb(99,81,66); }
H1.HeaderClassName
{
color: #635142;
}
.AnyTagClassName
{
color: #635142;
}
</style>
background-color css
<style>
a { background-color: #635142; }
a { background-color: rgb(99,81,66); }
div.DivClassName
{
background-color: #635142;
}
.BgClassName
{
background-color: #635142;
}
</style>
border-color css
<style>
span { border-color: #635142; }
span { border-color: rgb(99,81,66); }
td.TdClassName
{
border-color: #635142;
}
.TagClassName
{
border-color: #635142;
}
</style>