#6B4544

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

Shades of Congo Brown #6B4544

Tints of Congo Brown #6B4544

Color information

#6B4544 (or 0x6B4544) is unknown color: approx Congo Brown. HEX triplet: 6B, 45 and 44. RGB value is (107,69,68). Sum of RGB (Red+Green+Blue) = 107+69+68=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4544 is #94BABB. Grayscale: #505050. Windows color (decimal): -9747132 or 4474219. OLE color: 4474219.

HSL color Cylindrical-coordinate representation of color #6B4544: hue angle of 1.54º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B4544 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB1076968-
CMYK00.360.360.58
HSL1.54º22.29%34.31%-
HSV(B)1.54º36.45%41.96%-
XYZ9.237.86.49-
YUV80.25121.09147.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.85%
GREEN value IS 69 (27.34% from 255) = 28.28%
BLUE value IS 68 (26.95% from 255) = 27.87%
R=43.85%
G=28.28%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107696800.360.360.581.5422.2934.31
Hex6B4544024243A21622
Octal153105104044447222642
Binary11010111000101100010001001001001001110101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,69,68); }

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

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

 a { background-color: rgb(107,69,68); }

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

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

 span { border-color: rgb(107,69,68); }

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