#6D4942

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

Shades of Congo Brown #6D4942

Tints of Congo Brown #6D4942

Color information

#6D4942 (or 0x6D4942) is unknown color: approx Congo Brown. HEX triplet: 6D, 49 and 42. RGB value is (109,73,66). Sum of RGB (Red+Green+Blue) = 109+73+66=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4942 is #92B6BD. Grayscale: #535353. Windows color (decimal): -9615038 or 4344173. OLE color: 4344173.

HSL color Cylindrical-coordinate representation of color #6D4942: hue angle of 9.77º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D4942 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.57.

Color convert

RGB1097366-
CMYK00.330.390.57
HSL9.77º24.57%34.31%-
HSV(B)9.77º39.45%42.75%-
XYZ9.678.416.27-
YUV82.97118.43146.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.95%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 66 (26.17% from 255) = 26.61%
R=43.95%
G=29.44%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109736600.330.390.579.7724.5734.31
Hex6D49420212739a1922
Octal1551111020414771123142
Binary1101101100100110000100100001100111111001101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,73,66); }

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

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

 a { background-color: rgb(109,73,66); }

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

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

 span { border-color: rgb(109,73,66); }

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