Shades of Quincy #735644
Tints of Quincy #735644
RGB
CMYK
RGB Variations
Color information
#735644 (or 0x735644) is known color: Quincy. HEX triplet: 73, 56 and 44. RGB value is (115,86,68). Sum of RGB (Red+Green+Blue) = 115+86+68=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #735644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735644 is #8CA9BB. Grayscale: #5C5C5C. Windows color (decimal): -9218492 or 4478579. OLE color: 4478579.
HSL color Cylindrical-coordinate representation of color #735644: hue angle of 22.98º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #735644 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 86 | 68 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.55 |
| HSL | 22.98º | 0.26% | 0.36% | - |
| HSV(B) | 22.98º | 0.41% | 0.45% | - |
| XYZ | 11.44 | 10.72 | 6.93 | - |
| YUV | 92.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 68 | 0 | 0.25 | 0.41 | 0.55 | 22.98 | 0.26 | 0.36 |
| Hex | 73 | 56 | 44 | 0 | 19 | 29 | 37 | 17 | 1A | 24 |
| Octal | 163 | 126 | 104 | 0 | 31 | 51 | 67 | 27 | 32 | 44 |
| Binary | 1110011 | 1010110 | 1000100 | 0 | 11001 | 101001 | 110111 | 10111 | 11010 | 100100 |
Color Harmonies of #735644
Complementary color
Monochromatic Colors of #735644
Black with #735644
Text Example
Text Example
White with #735644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735644; }
p { color: rgb(115,86,68); }
H1.HeaderClassName
{
color: #735644;
}
.AnyTagClassName
{
color: #735644;
}
</style>
background-color css
<style>
a { background-color: #735644; }
a { background-color: rgb(115,86,68); }
div.DivClassName
{
background-color: #735644;
}
.BgClassName
{
background-color: #735644;
}
</style>
border-color css
<style>
span { border-color: #735644; }
span { border-color: rgb(115,86,68); }
td.TdClassName
{
border-color: #735644;
}
.TagClassName
{
border-color: #735644;
}
</style>