Shades of Quincy #6B574D
Tints of Quincy #6B574D
RGB
CMYK
RGB Variations
Color information
#6B574D (or 0x6B574D) is known color: Quincy. HEX triplet: 6B, 57 and 4D. RGB value is (107,87,77). Sum of RGB (Red+Green+Blue) = 107+87+77=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 107 - color contains mainly: red. Hex color #6B574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B574D is #94A8B2. Grayscale: #5B5B5B. Windows color (decimal): -9742515 or 5068651. OLE color: 5068651.
HSL color Cylindrical-coordinate representation of color #6B574D: hue angle of 20º 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 #6B574D is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 87 | 77 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.58 |
| HSL | 20º | 0.16% | 0.36% | - |
| HSV(B) | 20º | 0.28% | 0.42% | - |
| XYZ | 10.81 | 10.48 | 8.47 | - |
| YUV | 91.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 77 | 0 | 0.19 | 0.28 | 0.58 | 20 | 0.16 | 0.36 |
| Hex | 6B | 57 | 4D | 0 | 13 | 1C | 3A | 14 | 10 | 24 |
| Octal | 153 | 127 | 115 | 0 | 23 | 34 | 72 | 24 | 20 | 44 |
| Binary | 1101011 | 1010111 | 1001101 | 0 | 10011 | 11100 | 111010 | 10100 | 10000 | 100100 |
Color Harmonies of #6B574D
Complementary color
Monochromatic Colors of #6B574D
Black with #6B574D
Text Example
Text Example
White with #6B574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B574D; }
p { color: rgb(107,87,77); }
H1.HeaderClassName
{
color: #6B574D;
}
.AnyTagClassName
{
color: #6B574D;
}
</style>
background-color css
<style>
a { background-color: #6B574D; }
a { background-color: rgb(107,87,77); }
div.DivClassName
{
background-color: #6B574D;
}
.BgClassName
{
background-color: #6B574D;
}
</style>
border-color css
<style>
span { border-color: #6B574D; }
span { border-color: rgb(107,87,77); }
td.TdClassName
{
border-color: #6B574D;
}
.TagClassName
{
border-color: #6B574D;
}
</style>