#684940

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

Shades of Congo Brown #684940

Tints of Congo Brown #684940

Color information

#684940 (or 0x684940) is unknown color: approx Congo Brown. HEX triplet: 68, 49 and 40. RGB value is (104,73,64). Sum of RGB (Red+Green+Blue) = 104+73+64=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #684940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684940 is #97B6BF. Grayscale: #515151. Windows color (decimal): -9942720 or 4213096. OLE color: 4213096.

HSL color Cylindrical-coordinate representation of color #684940: hue angle of 13.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684940 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1047364-
CMYK00.300.380.59
HSL13.5º23.81%32.94%-
HSV(B)13.5º38.46%40.78%-
XYZ9.028.085.93-
YUV81.24118.27144.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=43.15%
G=30.29%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104736400.300.380.5913.523.8132.94
Hex68494001E263Be1821
Octal1501111000364673163041
Binary110100010010011000000011110100110111011111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684940; }

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

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

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

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

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

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

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

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