#6B4740

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

Shades of Congo Brown #6B4740

Tints of Congo Brown #6B4740

Color information

#6B4740 (or 0x6B4740) is unknown color: approx Congo Brown. HEX triplet: 6B, 47 and 40. RGB value is (107,71,64). Sum of RGB (Red+Green+Blue) = 107+71+64=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4740 is #94B8BF. Grayscale: #515151. Windows color (decimal): -9746624 or 4212587. OLE color: 4212587.

HSL color Cylindrical-coordinate representation of color #6B4740: hue angle of 9.77º 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 #6B4740 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB1077164-
CMYK00.340.400.58
HSL9.77º25.15%33.53%-
HSV(B)9.77º40.19%41.96%-
XYZ9.2485.91-
YUV80.97118.43146.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.21%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=44.21%
G=29.34%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107716400.340.400.589.7725.1533.53
Hex6B4740022283Aa1922
Octal1531071000425072123142
Binary1101011100011110000000100010101000111010101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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