#6A4540

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

Shades of Congo Brown #6A4540

Tints of Congo Brown #6A4540

Color information

#6A4540 (or 0x6A4540) is unknown color: approx Congo Brown. HEX triplet: 6A, 45 and 40. RGB value is (106,69,64). Sum of RGB (Red+Green+Blue) = 106+69+64=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4540 is #95BABF. Grayscale: #4F4F4F. Windows color (decimal): -9812672 or 4212074. OLE color: 4212074.

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

Color convert

RGB1066964-
CMYK00.350.400.58
HSL7.14º24.71%33.33%-
HSV(B)7.14º39.62%41.57%-
XYZ97.695.86-
YUV79.49119.26146.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.35%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=44.35%
G=28.87%
B=26.78%

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
Decimal106696400.350.400.587.1424.7133.33
Hex6A4540023283A71921
Octal152105100043507273141
Binary110101010001011000000010001110100011101011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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