#6B544C

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

Shades of Congo Brown #6B544C

Tints of Congo Brown #6B544C

Color information

#6B544C (or 0x6B544C) is unknown color: approx Congo Brown. HEX triplet: 6B, 54 and 4C. RGB value is (107,84,76). Sum of RGB (Red+Green+Blue) = 107+84+76=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 107 - color contains mainly: red. Hex color #6B544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B544C is #94ABB3. Grayscale: #5A5A5A. Windows color (decimal): -9743284 or 5002347. OLE color: 5002347.

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

Color convert

RGB1078476-
CMYK00.210.290.58
HSL15.48º16.94%35.88%-
HSV(B)15.48º28.97%41.96%-
XYZ10.549.998.21-
YUV89.96120.12140.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.07%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=40.07%
G=31.46%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107847600.210.290.5815.4816.9435.88
Hex6B544C0151D3Af1124
Octal1531241140253572172144
Binary11010111010100100110001010111101111010111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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