#6D4C45

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

Shades of Congo Brown #6D4C45

Tints of Congo Brown #6D4C45

Color information

#6D4C45 (or 0x6D4C45) is unknown color: approx Congo Brown. HEX triplet: 6D, 4C and 45. RGB value is (109,76,69). Sum of RGB (Red+Green+Blue) = 109+76+69=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4C45 is #92B3BA. Grayscale: #555555. Windows color (decimal): -9614267 or 4541549. OLE color: 4541549.

HSL color Cylindrical-coordinate representation of color #6D4C45: hue angle of 10.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 #6D4C45 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB1097669-
CMYK00.300.370.57
HSL10.5º22.47%34.9%-
HSV(B)10.5º36.7%42.75%-
XYZ9.978.856.81-
YUV85.07118.93145.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.91%
GREEN value IS 76 (30.08% from 255) = 29.92%
BLUE value IS 69 (27.34% from 255) = 27.17%
R=42.91%
G=29.92%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109766900.300.370.5710.522.4734.9
Hex6D4C4501E2539b1623
Octal1551141050364571132643
Binary110110110011001000101011110100101111001101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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