#6E5644

Color #6E5644 Quincy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quincy #6E5644

Tints of Quincy #6E5644

Color information

#6E5644 (or 0x6E5644) is unknown color: approx Quincy. HEX triplet: 6E, 56 and 44. RGB value is (110,86,68). Sum of RGB (Red+Green+Blue) = 110+86+68=264 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.67% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5644 is #91A9BB. Grayscale: #5B5B5B. Windows color (decimal): -9546172 or 4478574. OLE color: 4478574.

HSL color Cylindrical-coordinate representation of color #6E5644: hue angle of 25.71º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E5644 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB1108668-
CMYK00.220.380.57
HSL25.71º23.6%34.9%-
HSV(B)25.71º38.18%43.14%-
XYZ10.810.396.9-
YUV91.12114.95141.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 41.67%
GREEN value IS 86 (33.98% from 255) = 32.58%
BLUE value IS 68 (26.95% from 255) = 25.76%
R=41.67%
G=32.58%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110866800.220.380.5725.7123.634.9
Hex6E564401626391a1823
Octal1561261040264671323043
Binary1101110101011010001000101101001101110011101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E5644; }

 p { color: rgb(110,86,68); }

 H1.HeaderClassName
 {
   color: #6E5644;
 }
 .AnyTagClassName
 {
   color: #6E5644;
 }
</style>
background-color css

<style>
 a { background-color: #6E5644; }

 a { background-color: rgb(110,86,68); }

 div.DivClassName
 {
   background-color: #6E5644;
 }
 .BgClassName
 {
   background-color: #6E5644;
 }
</style>
border-color css

<style>
 span { border-color: #6E5644; }

 span { border-color: rgb(110,86,68); }

 td.TdClassName
 {
   border-color: #6E5644;
 }
 .TagClassName
 {
   border-color: #6E5644;
 }
</style>