#6B544A

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

Shades of Quincy #6B544A

Tints of Quincy #6B544A

Color information

#6B544A (or 0x6B544A) is unknown color: approx Quincy. HEX triplet: 6B, 54 and 4A. RGB value is (107,84,74). Sum of RGB (Red+Green+Blue) = 107+84+74=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B544A is #94ABB5. Grayscale: #595959. Windows color (decimal): -9743286 or 4871275. OLE color: 4871275.

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

Color convert

RGB1078474-
CMYK00.210.310.58
HSL18.18º18.23%35.49%-
HSV(B)18.18º30.84%41.96%-
XYZ10.479.967.85-
YUV89.74119.12140.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.38%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=40.38%
G=31.70%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107847400.210.310.5818.1818.2335.49
Hex6B544A0151F3A121223
Octal1531241120253772222243
Binary110101110101001001010010101111111110101001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,84,74); }

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

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

 a { background-color: rgb(107,84,74); }

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

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

 span { border-color: rgb(107,84,74); }

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