Shades of Quincy #675142
Tints of Quincy #675142
RGB
CMYK
RGB Variations
Color information
#675142 (or 0x675142) is known color: Quincy. HEX triplet: 67, 51 and 42. RGB value is (103,81,66). Sum of RGB (Red+Green+Blue) = 103+81+66=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 103 - color contains mainly: red. Hex color #675142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675142 is #98AEBD. Grayscale: #555555. Windows color (decimal): -10006206 or 4346215. OLE color: 4346215.
HSL color Cylindrical-coordinate representation of color #675142: hue angle of 24.32º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #675142 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 66 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.60 |
| HSL | 24.32º | 0.22% | 0.33% | - |
| HSV(B) | 24.32º | 0.36% | 0.4% | - |
| XYZ | 9.52 | 9.16 | 6.42 | - |
| YUV | 85.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 66 | 0 | 0.21 | 0.36 | 0.60 | 24.32 | 0.22 | 0.33 |
| Hex | 67 | 51 | 42 | 0 | 15 | 24 | 3C | 18 | 16 | 21 |
| Octal | 147 | 121 | 102 | 0 | 25 | 44 | 74 | 30 | 26 | 41 |
| Binary | 1100111 | 1010001 | 1000010 | 0 | 10101 | 100100 | 111100 | 11000 | 10110 | 100001 |
Color Harmonies of #675142
Complementary color
Monochromatic Colors of #675142
Black with #675142
Text Example
Text Example
White with #675142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675142; }
p { color: rgb(103,81,66); }
H1.HeaderClassName
{
color: #675142;
}
.AnyTagClassName
{
color: #675142;
}
</style>
background-color css
<style>
a { background-color: #675142; }
a { background-color: rgb(103,81,66); }
div.DivClassName
{
background-color: #675142;
}
.BgClassName
{
background-color: #675142;
}
</style>
border-color css
<style>
span { border-color: #675142; }
span { border-color: rgb(103,81,66); }
td.TdClassName
{
border-color: #675142;
}
.TagClassName
{
border-color: #675142;
}
</style>