#6D554B

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

Shades of Quincy #6D554B

Tints of Quincy #6D554B

Color information

#6D554B (or 0x6D554B) is unknown color: approx Quincy. HEX triplet: 6D, 55 and 4B. RGB value is (109,85,75). Sum of RGB (Red+Green+Blue) = 109+85+75=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 109 - color contains mainly: red. Hex color #6D554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D554B is #92AAB4. Grayscale: #5B5B5B. Windows color (decimal): -9611957 or 4937069. OLE color: 4937069.

HSL color Cylindrical-coordinate representation of color #6D554B: hue angle of 17.65º 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 #6D554B is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB1098575-
CMYK00.220.310.57
HSL17.65º18.48%36.08%-
HSV(B)17.65º31.19%42.75%-
XYZ10.8310.268.07-
YUV91.04118.95140.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.52%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=40.52%
G=31.60%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109857500.220.310.5717.6518.4836.08
Hex6D554B0161F39121224
Octal1551251130263771222244
Binary110110110101011001011010110111111110011001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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