#6C5647

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

Shades of Quincy #6C5647

Tints of Quincy #6C5647

Color information

#6C5647 (or 0x6C5647) is unknown color: approx Quincy. HEX triplet: 6C, 56 and 47. RGB value is (108,86,71). Sum of RGB (Red+Green+Blue) = 108+86+71=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5647 is #93A9B8. Grayscale: #5A5A5A. Windows color (decimal): -9677241 or 4675180. OLE color: 4675180.

HSL color Cylindrical-coordinate representation of color #6C5647: hue angle of 24.32º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C5647 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB1088671-
CMYK00.200.340.58
HSL24.32º20.67%35.1%-
HSV(B)24.32º34.26%42.35%-
XYZ10.6510.37.39-
YUV90.87116.79140.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.75%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 71 (28.12% from 255) = 26.79%
R=40.75%
G=32.45%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108867100.200.340.5824.3220.6735.1
Hex6C5647014223A181523
Octal1541261070244272302543
Binary1101100101011010001110101001000101110101100010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,86,71); }

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

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

 a { background-color: rgb(108,86,71); }

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

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

 span { border-color: rgb(108,86,71); }

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