#6A4A45

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

Shades of Congo Brown #6A4A45

Tints of Congo Brown #6A4A45

Color information

#6A4A45 (or 0x6A4A45) is unknown color: approx Congo Brown. HEX triplet: 6A, 4A and 45. RGB value is (106,74,69). Sum of RGB (Red+Green+Blue) = 106+74+69=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4A45 is #95B5BA. Grayscale: #535353. Windows color (decimal): -9811387 or 4541034. OLE color: 4541034.

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

Color convert

RGB1067469-
CMYK00.300.350.58
HSL8.11º21.14%34.31%-
HSV(B)8.11º34.91%41.57%-
XYZ9.478.396.75-
YUV83120.1144.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.57%
GREEN value IS 74 (29.30% from 255) = 29.72%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=42.57%
G=29.72%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106746900.300.350.588.1121.1434.31
Hex6A4A4501E233A81522
Octal1521121050364372102542
Binary110101010010101000101011110100011111010100010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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