#6C4545

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

Shades of Congo Brown #6C4545

Tints of Congo Brown #6C4545

Color information

#6C4545 (or 0x6C4545) is unknown color: approx Congo Brown. HEX triplet: 6C, 45 and 45. RGB value is (108,69,69). Sum of RGB (Red+Green+Blue) = 108+69+69=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4545 is #93BABA. Grayscale: #505050. Windows color (decimal): -9681595 or 4539756. OLE color: 4539756.

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

Color convert

RGB1086969-
CMYK00.360.360.58
HSL22.03%34.71%-
HSV(B)36.11%42.35%-
XYZ9.397.876.66-
YUV80.66121.42147.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.90%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 69 (27.34% from 255) = 28.05%
R=43.90%
G=28.05%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108696900.360.360.58022.0334.71
Hex6C4545024243A01623
Octal154105105044447202643
Binary1101100100010110001010100100100100111010010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,69,69); }

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

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

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

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

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

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

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