#6B4640

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

Shades of Congo Brown #6B4640

Tints of Congo Brown #6B4640

Color information

#6B4640 (or 0x6B4640) is unknown color: approx Congo Brown. HEX triplet: 6B, 46 and 40. RGB value is (107,70,64). Sum of RGB (Red+Green+Blue) = 107+70+64=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4640 is #94B9BF. Grayscale: #505050. Windows color (decimal): -9746880 or 4212331. OLE color: 4212331.

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

Color convert

RGB1077064-
CMYK00.350.400.58
HSL8.37º25.15%33.53%-
HSV(B)8.37º40.19%41.96%-
XYZ9.187.885.89-
YUV80.38118.76146.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.40%
GREEN value IS 70 (27.73% from 255) = 29.05%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=44.40%
G=29.05%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107706400.350.400.588.3725.1533.53
Hex6B4640023283A81922
Octal1531061000435072103142
Binary1101011100011010000000100011101000111010100011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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