#6B4440

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

Shades of Congo Brown #6B4440

Tints of Congo Brown #6B4440

Color information

#6B4440 (or 0x6B4440) is unknown color: approx Congo Brown. HEX triplet: 6B, 44 and 40. RGB value is (107,68,64). Sum of RGB (Red+Green+Blue) = 107+68+64=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4440 is #94BBBF. Grayscale: #4F4F4F. Windows color (decimal): -9747392 or 4211819. OLE color: 4211819.

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

Color convert

RGB1076864-
CMYK00.360.400.58
HSL5.58º25.15%33.53%-
HSV(B)5.58º40.19%41.96%-
XYZ9.067.635.85-
YUV79.2119.42147.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.77%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=44.77%
G=28.45%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107686400.360.400.585.5825.1533.53
Hex6B4440024283A61922
Octal153104100044507263142
Binary110101110001001000000010010010100011101011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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