#6D4E45

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

Shades of Congo Brown #6D4E45

Tints of Congo Brown #6D4E45

Color information

#6D4E45 (or 0x6D4E45) is unknown color: approx Congo Brown. HEX triplet: 6D, 4E and 45. RGB value is (109,78,69). Sum of RGB (Red+Green+Blue) = 109+78+69=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4E45 is #92B1BA. Grayscale: #565656. Windows color (decimal): -9613755 or 4542061. OLE color: 4542061.

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

Color convert

RGB1097869-
CMYK00.280.370.57
HSL13.5º22.47%34.9%-
HSV(B)13.5º36.7%42.75%-
XYZ10.119.136.86-
YUV86.24118.27144.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.58%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 69 (27.34% from 255) = 26.95%
R=42.58%
G=30.47%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109786900.280.370.5713.522.4734.9
Hex6D4E4501C2539e1623
Octal1551161050344571162643
Binary110110110011101000101011100100101111001111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,78,69); }

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

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

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

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

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

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

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