Shades of Quincy #665444
Tints of Quincy #665444
RGB
CMYK
RGB Variations
Color information
#665444 (or 0x665444) is known color: Quincy. HEX triplet: 66, 54 and 44. RGB value is (102,84,68). Sum of RGB (Red+Green+Blue) = 102+84+68=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #665444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665444 is #99ABBB. Grayscale: #575757. Windows color (decimal): -10070972 or 4478054. OLE color: 4478054.
HSL color Cylindrical-coordinate representation of color #665444: hue angle of 28.24º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #665444 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 84 | 68 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.6 |
| HSL | 28.24º | 0.2% | 0.33% | - |
| HSV(B) | 28.24º | 0.33% | 0.4% | - |
| XYZ | 9.69 | 9.58 | 6.81 | - |
| YUV | 87.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 84 | 68 | 0 | 0.18 | 0.33 | 0.6 | 28.24 | 0.2 | 0.33 |
| Hex | 66 | 54 | 44 | 0 | 12 | 21 | 3C | 1C | 14 | 21 |
| Octal | 146 | 124 | 104 | 0 | 22 | 41 | 74 | 34 | 24 | 41 |
| Binary | 1100110 | 1010100 | 1000100 | 0 | 10010 | 100001 | 111100 | 11100 | 10100 | 100001 |
Color Harmonies of #665444
Complementary color
Monochromatic Colors of #665444
Black with #665444
Text Example
Text Example
White with #665444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665444; }
p { color: rgb(102,84,68); }
H1.HeaderClassName
{
color: #665444;
}
.AnyTagClassName
{
color: #665444;
}
</style>
background-color css
<style>
a { background-color: #665444; }
a { background-color: rgb(102,84,68); }
div.DivClassName
{
background-color: #665444;
}
.BgClassName
{
background-color: #665444;
}
</style>
border-color css
<style>
span { border-color: #665444; }
span { border-color: rgb(102,84,68); }
td.TdClassName
{
border-color: #665444;
}
.TagClassName
{
border-color: #665444;
}
</style>