#6B564D

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

Shades of Quincy #6B564D

Tints of Quincy #6B564D

Color information

#6B564D (or 0x6B564D) is unknown color: approx Quincy. HEX triplet: 6B, 56 and 4D. RGB value is (107,86,77). Sum of RGB (Red+Green+Blue) = 107+86+77=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 107 - color contains mainly: red. Hex color #6B564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B564D is #94A9B2. Grayscale: #5B5B5B. Windows color (decimal): -9742771 or 5068395. OLE color: 5068395.

HSL color Cylindrical-coordinate representation of color #6B564D: hue angle of 18º 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 #6B564D is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB1078677-
CMYK00.200.280.58
HSL18º16.3%36.08%-
HSV(B)18º28.04%41.96%-
XYZ10.7310.328.45-
YUV91.25119.96139.23-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.63%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 77 (30.47% from 255) = 28.52%
R=39.63%
G=31.85%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107867700.200.280.581816.336.08
Hex6B564D0141C3A121024
Octal1531261150243472222044
Binary110101110101101001101010100111001110101001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,86,77); }

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

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

 a { background-color: rgb(107,86,77); }

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

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

 span { border-color: rgb(107,86,77); }

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