#6A4340

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

Shades of Congo Brown #6A4340

Tints of Congo Brown #6A4340

Color information

#6A4340 (or 0x6A4340) is unknown color: approx Congo Brown. HEX triplet: 6A, 43 and 40. RGB value is (106,67,64). Sum of RGB (Red+Green+Blue) = 106+67+64=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4340 is #95BCBF. Grayscale: #4E4E4E. Windows color (decimal): -9813184 or 4211562. OLE color: 4211562.

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

Color convert

RGB1066764-
CMYK00.370.400.58
HSL4.29º24.71%33.33%-
HSV(B)4.29º39.62%41.57%-
XYZ8.887.455.82-
YUV78.32119.92147.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.73%
GREEN value IS 67 (26.56% from 255) = 28.27%
BLUE value IS 64 (25.39% from 255) = 27.00%
R=44.73%
G=28.27%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106676400.370.400.584.2924.7133.33
Hex6A4340025283A41921
Octal152103100045507243141
Binary110101010000111000000010010110100011101010011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,67,64); }

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

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

 a { background-color: rgb(106,67,64); }

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

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

 span { border-color: rgb(106,67,64); }

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