Shades of Quincy #6B554D
Tints of Quincy #6B554D
RGB
CMYK
RGB Variations
Color information
#6B554D (or 0x6B554D) is known color: Quincy. HEX triplet: 6B, 55 and 4D. RGB value is (107,85,77). Sum of RGB (Red+Green+Blue) = 107+85+77=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 107 - color contains mainly: red. Hex color #6B554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B554D is #94AAB2. Grayscale: #5A5A5A. Windows color (decimal): -9743027 or 5068139. OLE color: 5068139.
HSL color Cylindrical-coordinate representation of color #6B554D: hue angle of 16º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B554D is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 85 | 77 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.58 |
| HSL | 16º | 0.16% | 0.36% | - |
| HSV(B) | 16º | 0.28% | 0.42% | - |
| XYZ | 10.65 | 10.16 | 8.42 | - |
| YUV | 90.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 85 | 77 | 0 | 0.21 | 0.28 | 0.58 | 16 | 0.16 | 0.36 |
| Hex | 6B | 55 | 4D | 0 | 15 | 1C | 3A | 10 | 10 | 24 |
| Octal | 153 | 125 | 115 | 0 | 25 | 34 | 72 | 20 | 20 | 44 |
| Binary | 1101011 | 1010101 | 1001101 | 0 | 10101 | 11100 | 111010 | 10000 | 10000 | 100100 |
Color Harmonies of #6B554D
Complementary color
Monochromatic Colors of #6B554D
Black with #6B554D
Text Example
Text Example
White with #6B554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B554D; }
p { color: rgb(107,85,77); }
H1.HeaderClassName
{
color: #6B554D;
}
.AnyTagClassName
{
color: #6B554D;
}
</style>
background-color css
<style>
a { background-color: #6B554D; }
a { background-color: rgb(107,85,77); }
div.DivClassName
{
background-color: #6B554D;
}
.BgClassName
{
background-color: #6B554D;
}
</style>
border-color css
<style>
span { border-color: #6B554D; }
span { border-color: rgb(107,85,77); }
td.TdClassName
{
border-color: #6B554D;
}
.TagClassName
{
border-color: #6B554D;
}
</style>