Shades of Quincy #6B544B
Tints of Quincy #6B544B
RGB
CMYK
RGB Variations
Color information
#6B544B (or 0x6B544B) is known color: Quincy. HEX triplet: 6B, 54 and 4B. RGB value is (107,84,75). Sum of RGB (Red+Green+Blue) = 107+84+75=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 107 - color contains mainly: red. Hex color #6B544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B544B is #94ABB4. Grayscale: #595959. Windows color (decimal): -9743285 or 4936811. OLE color: 4936811.
HSL color Cylindrical-coordinate representation of color #6B544B: hue angle of 16.88º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B544B is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 84 | 75 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.58 |
| HSL | 16.88º | 0.18% | 0.36% | - |
| HSV(B) | 16.88º | 0.3% | 0.42% | - |
| XYZ | 10.5 | 9.97 | 8.03 | - |
| YUV | 89.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 75 | 0 | 0.21 | 0.30 | 0.58 | 16.88 | 0.18 | 0.36 |
| Hex | 6B | 54 | 4B | 0 | 15 | 1E | 3A | 11 | 12 | 24 |
| Octal | 153 | 124 | 113 | 0 | 25 | 36 | 72 | 21 | 22 | 44 |
| Binary | 1101011 | 1010100 | 1001011 | 0 | 10101 | 11110 | 111010 | 10001 | 10010 | 100100 |
Color Harmonies of #6B544B
Complementary color
Monochromatic Colors of #6B544B
Black with #6B544B
Text Example
Text Example
White with #6B544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B544B; }
p { color: rgb(107,84,75); }
H1.HeaderClassName
{
color: #6B544B;
}
.AnyTagClassName
{
color: #6B544B;
}
</style>
background-color css
<style>
a { background-color: #6B544B; }
a { background-color: rgb(107,84,75); }
div.DivClassName
{
background-color: #6B544B;
}
.BgClassName
{
background-color: #6B544B;
}
</style>
border-color css
<style>
span { border-color: #6B544B; }
span { border-color: rgb(107,84,75); }
td.TdClassName
{
border-color: #6B544B;
}
.TagClassName
{
border-color: #6B544B;
}
</style>