#6D574B

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

Shades of Quincy #6D574B

Tints of Quincy #6D574B

Color information

#6D574B (or 0x6D574B) is unknown color: approx Quincy. HEX triplet: 6D, 57 and 4B. RGB value is (109,87,75). Sum of RGB (Red+Green+Blue) = 109+87+75=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 109 - color contains mainly: red. Hex color #6D574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D574B is #92A8B4. Grayscale: #5C5C5C. Windows color (decimal): -9611445 or 4937581. OLE color: 4937581.

HSL color Cylindrical-coordinate representation of color #6D574B: hue angle of 21.18º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D574B is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB1098775-
CMYK00.200.310.57
HSL21.18º18.48%36.08%-
HSV(B)21.18º31.19%42.75%-
XYZ10.9810.588.12-
YUV92.21118.29139.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.22%
GREEN value IS 87 (34.38% from 255) = 32.10%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=40.22%
G=32.10%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109877500.200.310.5721.1818.4836.08
Hex6D574B0141F39151224
Octal1551271130243771252244
Binary110110110101111001011010100111111110011010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,87,75); }

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

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

 a { background-color: rgb(109,87,75); }

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

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

 span { border-color: rgb(109,87,75); }

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