#6F544C

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

Shades of Congo Brown #6F544C

Tints of Congo Brown #6F544C

Color information

#6F544C (or 0x6F544C) is unknown color: approx Congo Brown. HEX triplet: 6F, 54 and 4C. RGB value is (111,84,76). Sum of RGB (Red+Green+Blue) = 111+84+76=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F544C is #90ABB3. Grayscale: #5B5B5B. Windows color (decimal): -9481140 or 5002351. OLE color: 5002351.

HSL color Cylindrical-coordinate representation of color #6F544C: hue angle of 13.71º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F544C is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1118476-
CMYK00.240.320.56
HSL13.71º18.72%36.67%-
HSV(B)13.71º31.53%43.53%-
XYZ11.0310.248.23-
YUV91.16119.45142.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.96%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=40.96%
G=31.00%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111847600.240.320.5613.7118.7236.67
Hex6F544C0182038e1325
Octal1571241140304070162345
Binary110111110101001001100011000100000111000111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,84,76); }

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

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

 a { background-color: rgb(111,84,76); }

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

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

 span { border-color: rgb(111,84,76); }

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