Shades of Quincy #665143
Tints of Quincy #665143
RGB
CMYK
RGB Variations
Color information
#665143 (or 0x665143) is known color: Quincy. HEX triplet: 66, 51 and 43. RGB value is (102,81,67). Sum of RGB (Red+Green+Blue) = 102+81+67=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #665143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665143 is #99AEBC. Grayscale: #555555. Windows color (decimal): -10071741 or 4411750. OLE color: 4411750.
HSL color Cylindrical-coordinate representation of color #665143: hue angle of 24º 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 #665143 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 67 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.6 |
| HSL | 24º | 0.21% | 0.33% | - |
| HSV(B) | 24º | 0.34% | 0.4% | - |
| XYZ | 9.44 | 9.11 | 6.57 | - |
| YUV | 85.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 67 | 0 | 0.21 | 0.34 | 0.6 | 24 | 0.21 | 0.33 |
| Hex | 66 | 51 | 43 | 0 | 15 | 22 | 3C | 18 | 15 | 21 |
| Octal | 146 | 121 | 103 | 0 | 25 | 42 | 74 | 30 | 25 | 41 |
| Binary | 1100110 | 1010001 | 1000011 | 0 | 10101 | 100010 | 111100 | 11000 | 10101 | 100001 |
Color Harmonies of #665143
Complementary color
Monochromatic Colors of #665143
Black with #665143
Text Example
Text Example
White with #665143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665143; }
p { color: rgb(102,81,67); }
H1.HeaderClassName
{
color: #665143;
}
.AnyTagClassName
{
color: #665143;
}
</style>
background-color css
<style>
a { background-color: #665143; }
a { background-color: rgb(102,81,67); }
div.DivClassName
{
background-color: #665143;
}
.BgClassName
{
background-color: #665143;
}
</style>
border-color css
<style>
span { border-color: #665143; }
span { border-color: rgb(102,81,67); }
td.TdClassName
{
border-color: #665143;
}
.TagClassName
{
border-color: #665143;
}
</style>