#6A4947

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

Shades of Congo Brown #6A4947

Tints of Congo Brown #6A4947

Color information

#6A4947 (or 0x6A4947) is unknown color: approx Congo Brown. HEX triplet: 6A, 49 and 47. RGB value is (106,73,71). Sum of RGB (Red+Green+Blue) = 106+73+71=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4947 is #95B6B8. Grayscale: #525252. Windows color (decimal): -9811641 or 4671850. OLE color: 4671850.

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

Color convert

RGB1067371-
CMYK00.310.330.58
HSL3.43º19.77%34.71%-
HSV(B)3.43º33.02%41.57%-
XYZ9.468.287.06-
YUV82.64121.43144.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.4%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 71 (28.12% from 255) = 28.4%
R=42.4%
G=29.2%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106737100.310.330.583.4319.7734.71
Hex6A494701F213A31423
Octal152111107037417232443
Binary1101010100100110001110111111000011110101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,73,71); }

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

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

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

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

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

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

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