Shades of Quincy #665345
Tints of Quincy #665345
RGB
CMYK
RGB Variations
Color information
#665345 (or 0x665345) is known color: Quincy. HEX triplet: 66, 53 and 45. RGB value is (102,83,69). Sum of RGB (Red+Green+Blue) = 102+83+69=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #665345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665345 is #99ACBA. Grayscale: #575757. Windows color (decimal): -10071227 or 4543334. OLE color: 4543334.
HSL color Cylindrical-coordinate representation of color #665345: hue angle of 25.45º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #665345 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 69 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.6 |
| HSL | 25.45º | 0.19% | 0.34% | - |
| HSV(B) | 25.45º | 0.32% | 0.4% | - |
| XYZ | 9.65 | 9.44 | 6.94 | - |
| YUV | 87.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 69 | 0 | 0.19 | 0.32 | 0.6 | 25.45 | 0.19 | 0.34 |
| Hex | 66 | 53 | 45 | 0 | 13 | 20 | 3C | 19 | 13 | 22 |
| Octal | 146 | 123 | 105 | 0 | 23 | 40 | 74 | 31 | 23 | 42 |
| Binary | 1100110 | 1010011 | 1000101 | 0 | 10011 | 100000 | 111100 | 11001 | 10011 | 100010 |
Color Harmonies of #665345
Complementary color
Monochromatic Colors of #665345
Black with #665345
Text Example
Text Example
White with #665345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665345; }
p { color: rgb(102,83,69); }
H1.HeaderClassName
{
color: #665345;
}
.AnyTagClassName
{
color: #665345;
}
</style>
background-color css
<style>
a { background-color: #665345; }
a { background-color: rgb(102,83,69); }
div.DivClassName
{
background-color: #665345;
}
.BgClassName
{
background-color: #665345;
}
</style>
border-color css
<style>
span { border-color: #665345; }
span { border-color: rgb(102,83,69); }
td.TdClassName
{
border-color: #665345;
}
.TagClassName
{
border-color: #665345;
}
</style>