#6A554E

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

Shades of Congo Brown #6A554E

Tints of Congo Brown #6A554E

Color information

#6A554E (or 0x6A554E) is unknown color: approx Congo Brown. HEX triplet: 6A, 55 and 4E. RGB value is (106,85,78). Sum of RGB (Red+Green+Blue) = 106+85+78=269 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.41% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 106 - color contains mainly: red. Hex color #6A554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A554E is #95AAB1. Grayscale: #5A5A5A. Windows color (decimal): -9808562 or 5133674. OLE color: 5133674.

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

Color convert

RGB1068578-
CMYK00.200.260.58
HSL15º15.22%36.08%-
HSV(B)15º26.42%41.57%-
XYZ10.5710.118.6-
YUV90.48120.96139.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.41%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=39.41%
G=31.60%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106857800.200.260.581515.2236.08
Hex6A554E0141A3Aff24
Octal1521251160243272171744
Binary1101010101010110011100101001101011101011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,85,78); }

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

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

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

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

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

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

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