#684C49

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

Shades of Congo Brown #684C49

Tints of Congo Brown #684C49

Color information

#684C49 (or 0x684C49) is unknown color: approx Congo Brown. HEX triplet: 68, 4C and 49. RGB value is (104,76,73). Sum of RGB (Red+Green+Blue) = 104+76+73=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #684C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C49 is #97B3B6. Grayscale: #545454. Windows color (decimal): -9941943 or 4803688. OLE color: 4803688.

HSL color Cylindrical-coordinate representation of color #684C49: hue angle of 5.81º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #684C49 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1047673-
CMYK00.270.300.59
HSL5.81º17.51%34.71%-
HSV(B)5.81º29.81%40.78%-
XYZ9.58.597.46-
YUV84.03121.78142.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.11%
GREEN value IS 76 (30.08% from 255) = 30.04%
BLUE value IS 73 (28.91% from 255) = 28.85%
R=41.11%
G=30.04%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104767300.270.300.595.8117.5134.71
Hex684C4901B1E3B61223
Octal150114111033367362243
Binary1101000100110010010010110111111011101111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684C49; }

 p { color: rgb(104,76,73); }

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

<style>
 a { background-color: #684C49; }

 a { background-color: rgb(104,76,73); }

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

<style>
 span { border-color: #684C49; }

 span { border-color: rgb(104,76,73); }

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