#6D4844

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

Shades of Congo Brown #6D4844

Tints of Congo Brown #6D4844

Color information

#6D4844 (or 0x6D4844) is unknown color: approx Congo Brown. HEX triplet: 6D, 48 and 44. RGB value is (109,72,68). Sum of RGB (Red+Green+Blue) = 109+72+68=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4844 is #92B7BB. Grayscale: #525252. Windows color (decimal): -9615292 or 4474989. OLE color: 4474989.

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

Color convert

RGB1097268-
CMYK00.340.380.57
HSL5.85º23.16%34.71%-
HSV(B)5.85º37.61%42.75%-
XYZ9.678.36.56-
YUV82.61119.76146.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.78%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 68 (26.95% from 255) = 27.31%
R=43.78%
G=28.92%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109726800.340.380.575.8523.1634.71
Hex6D4844022263961723
Octal155110104042467162743
Binary110110110010001000100010001010011011100111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,72,68); }

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

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

 a { background-color: rgb(109,72,68); }

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

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

 span { border-color: rgb(109,72,68); }

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