#6B4D49

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

Shades of Congo Brown #6B4D49

Tints of Congo Brown #6B4D49

Color information

#6B4D49 (or 0x6B4D49) is unknown color: approx Congo Brown. HEX triplet: 6B, 4D and 49. RGB value is (107,77,73). Sum of RGB (Red+Green+Blue) = 107+77+73=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4D49 is #94B2B6. Grayscale: #555555. Windows color (decimal): -9745079 or 4803947. OLE color: 4803947.

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

Color convert

RGB1077773-
CMYK00.280.320.58
HSL7.06º18.89%35.29%-
HSV(B)7.06º31.78%41.96%-
XYZ9.928.917.5-
YUV85.51120.94143.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.63%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=41.63%
G=29.96%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107777300.280.320.587.0618.8935.29
Hex6B4D4901C203A71323
Octal153115111034407272343
Binary11010111001101100100101110010000011101011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,77,73); }

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

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

 a { background-color: rgb(107,77,73); }

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

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

 span { border-color: rgb(107,77,73); }

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