#6B544D

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

Shades of Congo Brown #6B544D

Tints of Congo Brown #6B544D

Color information

#6B544D (or 0x6B544D) is unknown color: approx Congo Brown. HEX triplet: 6B, 54 and 4D. RGB value is (107,84,77). Sum of RGB (Red+Green+Blue) = 107+84+77=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 107 - color contains mainly: red. Hex color #6B544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B544D is #94ABB2. Grayscale: #5A5A5A. Windows color (decimal): -9743283 or 5067883. OLE color: 5067883.

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

Color convert

RGB1078477-
CMYK00.210.280.58
HSL14º16.3%36.08%-
HSV(B)14º28.04%41.96%-
XYZ10.57108.39-
YUV90.08120.62140.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.93%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 77 (30.47% from 255) = 28.73%
R=39.93%
G=31.34%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107847700.210.280.581416.336.08
Hex6B544D0151C3Ae1024
Octal1531241150253472162044
Binary11010111010100100110101010111100111010111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,84,77); }

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

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

 a { background-color: rgb(107,84,77); }

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

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

 span { border-color: rgb(107,84,77); }

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