#6C5243

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

Shades of Quincy #6C5243

Tints of Quincy #6C5243

Color information

#6C5243 (or 0x6C5243) is unknown color: approx Quincy. HEX triplet: 6C, 52 and 43. RGB value is (108,82,67). Sum of RGB (Red+Green+Blue) = 108+82+67=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5243 is #93ADBC. Grayscale: #585858. Windows color (decimal): -9678269 or 4412012. OLE color: 4412012.

HSL color Cylindrical-coordinate representation of color #6C5243: hue angle of 21.95º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C5243 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB1088267-
CMYK00.240.380.58
HSL21.95º23.43%34.31%-
HSV(B)21.95º37.96%42.35%-
XYZ10.219.636.63-
YUV88.06116.11142.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.02%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 67 (26.56% from 255) = 26.07%
R=42.02%
G=31.91%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108826700.240.380.5821.9523.4334.31
Hex6C5243018263A161722
Octal1541221030304672262742
Binary1101100101001010000110110001001101110101011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,82,67); }

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

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

 a { background-color: rgb(108,82,67); }

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

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

 span { border-color: rgb(108,82,67); }

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