#6A4844

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

Shades of Congo Brown #6A4844

Tints of Congo Brown #6A4844

Color information

#6A4844 (or 0x6A4844) is unknown color: approx Congo Brown. HEX triplet: 6A, 48 and 44. RGB value is (106,72,68). Sum of RGB (Red+Green+Blue) = 106+72+68=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4844 is #95B7BB. Grayscale: #515151. Windows color (decimal): -9811900 or 4474986. OLE color: 4474986.

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

Color convert

RGB1067268-
CMYK00.320.360.58
HSL6.32º21.84%34.12%-
HSV(B)6.32º35.85%41.57%-
XYZ9.38.126.55-
YUV81.71120.26145.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.09%
GREEN value IS 72 (28.52% from 255) = 29.27%
BLUE value IS 68 (26.95% from 255) = 27.64%
R=43.09%
G=29.27%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106726800.320.360.586.3221.8434.12
Hex6A4844020243A61622
Octal152110104040447262642
Binary110101010010001000100010000010010011101011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,72,68); }

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

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

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

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

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

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

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