#6D5344

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

Shades of Quincy #6D5344

Tints of Quincy #6D5344

Color information

#6D5344 (or 0x6D5344) is unknown color: approx Quincy. HEX triplet: 6D, 53 and 44. RGB value is (109,83,68). Sum of RGB (Red+Green+Blue) = 109+83+68=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5344 is #92ACBB. Grayscale: #595959. Windows color (decimal): -9612476 or 4477805. OLE color: 4477805.

HSL color Cylindrical-coordinate representation of color #6D5344: hue angle of 21.95º degrees, saturation: 0.23, 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 #6D5344 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB1098368-
CMYK00.240.380.57
HSL21.95º23.16%34.71%-
HSV(B)21.95º37.61%42.75%-
XYZ10.449.866.82-
YUV89.06116.11142.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.92%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 68 (26.95% from 255) = 26.15%
R=41.92%
G=31.92%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109836800.240.380.5721.9523.1634.71
Hex6D53440182639161723
Octal1551231040304671262743
Binary1101101101001110001000110001001101110011011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,83,68); }

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

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

 a { background-color: rgb(109,83,68); }

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

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

 span { border-color: rgb(109,83,68); }

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