#6A4945

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

Shades of Congo Brown #6A4945

Tints of Congo Brown #6A4945

Color information

#6A4945 (or 0x6A4945) is unknown color: approx Congo Brown. HEX triplet: 6A, 49 and 45. RGB value is (106,73,69). Sum of RGB (Red+Green+Blue) = 106+73+69=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4945 is #95B6BA. Grayscale: #525252. Windows color (decimal): -9811643 or 4540778. OLE color: 4540778.

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

Color convert

RGB1067369-
CMYK00.310.350.58
HSL6.49º21.14%34.31%-
HSV(B)6.49º34.91%41.57%-
XYZ9.48.266.73-
YUV82.41120.43144.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.74%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 69 (27.34% from 255) = 27.82%
R=42.74%
G=29.44%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106736900.310.350.586.4921.1434.31
Hex6A494501F233A61522
Octal152111105037437262542
Binary11010101001001100010101111110001111101011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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