#6A4646

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

Shades of Congo Brown #6A4646

Tints of Congo Brown #6A4646

Color information

#6A4646 (or 0x6A4646) is unknown color: approx Congo Brown. HEX triplet: 6A, 46 and 46. RGB value is (106,70,70). Sum of RGB (Red+Green+Blue) = 106+70+70=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4646 is #95B9B9. Grayscale: #505050. Windows color (decimal): -9812410 or 4605546. OLE color: 4605546.

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

Color convert

RGB1067070-
CMYK00.340.340.58
HSL20.45%34.51%-
HSV(B)33.96%41.57%-
XYZ9.247.896.83-
YUV80.76121.93146-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.09%
GREEN value IS 70 (27.73% from 255) = 28.46%
BLUE value IS 70 (27.73% from 255) = 28.46%
R=43.09%
G=28.46%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106707000.340.340.58020.4534.51
Hex6A4646022223A01423
Octal152106106042427202443
Binary1101010100011010001100100010100010111010010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,70,70); }

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

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

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

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

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

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

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