Shades of Quincy #665242
Tints of Quincy #665242
RGB
CMYK
RGB Variations
Color information
#665242 (or 0x665242) is known color: Quincy. HEX triplet: 66, 52 and 42. RGB value is (102,82,66). Sum of RGB (Red+Green+Blue) = 102+82+66=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #665242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665242 is #99ADBD. Grayscale: #565656. Windows color (decimal): -10071486 or 4346470. OLE color: 4346470.
HSL color Cylindrical-coordinate representation of color #665242: hue angle of 26.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #665242 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 66 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.6 |
| HSL | 26.67º | 0.21% | 0.33% | - |
| HSV(B) | 26.67º | 0.35% | 0.4% | - |
| XYZ | 9.48 | 9.25 | 6.44 | - |
| YUV | 86.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 66 | 0 | 0.20 | 0.35 | 0.6 | 26.67 | 0.21 | 0.33 |
| Hex | 66 | 52 | 42 | 0 | 14 | 23 | 3C | 1B | 15 | 21 |
| Octal | 146 | 122 | 102 | 0 | 24 | 43 | 74 | 33 | 25 | 41 |
| Binary | 1100110 | 1010010 | 1000010 | 0 | 10100 | 100011 | 111100 | 11011 | 10101 | 100001 |
Color Harmonies of #665242
Complementary color
Monochromatic Colors of #665242
Black with #665242
Text Example
Text Example
White with #665242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665242; }
p { color: rgb(102,82,66); }
H1.HeaderClassName
{
color: #665242;
}
.AnyTagClassName
{
color: #665242;
}
</style>
background-color css
<style>
a { background-color: #665242; }
a { background-color: rgb(102,82,66); }
div.DivClassName
{
background-color: #665242;
}
.BgClassName
{
background-color: #665242;
}
</style>
border-color css
<style>
span { border-color: #665242; }
span { border-color: rgb(102,82,66); }
td.TdClassName
{
border-color: #665242;
}
.TagClassName
{
border-color: #665242;
}
</style>