Shades of Quincy #675547
Tints of Quincy #675547
RGB
CMYK
RGB Variations
Color information
#675547 (or 0x675547) is known color: Quincy. HEX triplet: 67, 55 and 47. RGB value is (103,85,71). Sum of RGB (Red+Green+Blue) = 103+85+71=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 103 - color contains mainly: red. Hex color #675547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675547 is #98AAB8. Grayscale: #585858. Windows color (decimal): -10005177 or 4674919. OLE color: 4674919.
HSL color Cylindrical-coordinate representation of color #675547: hue angle of 26.25º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #675547 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 85 | 71 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.60 |
| HSL | 26.25º | 0.18% | 0.34% | - |
| HSV(B) | 26.25º | 0.31% | 0.4% | - |
| XYZ | 9.98 | 9.84 | 7.33 | - |
| YUV | 88.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 85 | 71 | 0 | 0.17 | 0.31 | 0.60 | 26.25 | 0.18 | 0.34 |
| Hex | 67 | 55 | 47 | 0 | 11 | 1F | 3C | 1A | 12 | 22 |
| Octal | 147 | 125 | 107 | 0 | 21 | 37 | 74 | 32 | 22 | 42 |
| Binary | 1100111 | 1010101 | 1000111 | 0 | 10001 | 11111 | 111100 | 11010 | 10010 | 100010 |
Color Harmonies of #675547
Complementary color
Monochromatic Colors of #675547
Black with #675547
Text Example
Text Example
White with #675547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675547; }
p { color: rgb(103,85,71); }
H1.HeaderClassName
{
color: #675547;
}
.AnyTagClassName
{
color: #675547;
}
</style>
background-color css
<style>
a { background-color: #675547; }
a { background-color: rgb(103,85,71); }
div.DivClassName
{
background-color: #675547;
}
.BgClassName
{
background-color: #675547;
}
</style>
border-color css
<style>
span { border-color: #675547; }
span { border-color: rgb(103,85,71); }
td.TdClassName
{
border-color: #675547;
}
.TagClassName
{
border-color: #675547;
}
</style>