#6C4740

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

Shades of Congo Brown #6C4740

Tints of Congo Brown #6C4740

Color information

#6C4740 (or 0x6C4740) is unknown color: approx Congo Brown. HEX triplet: 6C, 47 and 40. RGB value is (108,71,64). Sum of RGB (Red+Green+Blue) = 108+71+64=243 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.44% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4740 is #93B8BF. Grayscale: #515151. Windows color (decimal): -9681088 or 4212588. OLE color: 4212588.

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

Color convert

RGB1087164-
CMYK00.340.410.58
HSL9.55º25.58%33.73%-
HSV(B)9.55º40.74%42.35%-
XYZ9.368.065.91-
YUV81.26118.26147.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.44%
GREEN value IS 71 (28.12% from 255) = 29.22%
BLUE value IS 64 (25.39% from 255) = 26.34%
R=44.44%
G=29.22%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108716400.340.410.589.5525.5833.73
Hex6C4740022293Aa1a22
Octal1541071000425172123242
Binary1101100100011110000000100010101001111010101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,71,64); }

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

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

 a { background-color: rgb(108,71,64); }

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

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

 span { border-color: rgb(108,71,64); }

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