Shades of Quincy #665343
Tints of Quincy #665343
RGB
CMYK
RGB Variations
Color information
#665343 (or 0x665343) is known color: Quincy. HEX triplet: 66, 53 and 43. RGB value is (102,83,67). Sum of RGB (Red+Green+Blue) = 102+83+67=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #665343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665343 is #99ACBC. Grayscale: #565656. Windows color (decimal): -10071229 or 4412262. OLE color: 4412262.
HSL color Cylindrical-coordinate representation of color #665343: hue angle of 27.43º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #665343 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 67 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.6 |
| HSL | 27.43º | 0.21% | 0.33% | - |
| HSV(B) | 27.43º | 0.34% | 0.4% | - |
| XYZ | 9.59 | 9.42 | 6.62 | - |
| YUV | 86.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 67 | 0 | 0.19 | 0.34 | 0.6 | 27.43 | 0.21 | 0.33 |
| Hex | 66 | 53 | 43 | 0 | 13 | 22 | 3C | 1B | 15 | 21 |
| Octal | 146 | 123 | 103 | 0 | 23 | 42 | 74 | 33 | 25 | 41 |
| Binary | 1100110 | 1010011 | 1000011 | 0 | 10011 | 100010 | 111100 | 11011 | 10101 | 100001 |
Color Harmonies of #665343
Complementary color
Monochromatic Colors of #665343
Black with #665343
Text Example
Text Example
White with #665343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665343; }
p { color: rgb(102,83,67); }
H1.HeaderClassName
{
color: #665343;
}
.AnyTagClassName
{
color: #665343;
}
</style>
background-color css
<style>
a { background-color: #665343; }
a { background-color: rgb(102,83,67); }
div.DivClassName
{
background-color: #665343;
}
.BgClassName
{
background-color: #665343;
}
</style>
border-color css
<style>
span { border-color: #665343; }
span { border-color: rgb(102,83,67); }
td.TdClassName
{
border-color: #665343;
}
.TagClassName
{
border-color: #665343;
}
</style>