#684740

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

Shades of Congo Brown #684740

Tints of Congo Brown #684740

Color information

#684740 (or 0x684740) is unknown color: approx Congo Brown. HEX triplet: 68, 47 and 40. RGB value is (104,71,64). Sum of RGB (Red+Green+Blue) = 104+71+64=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #684740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684740 is #97B8BF. Grayscale: #505050. Windows color (decimal): -9943232 or 4212584. OLE color: 4212584.

HSL color Cylindrical-coordinate representation of color #684740: hue angle of 10.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 #684740 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1047164-
CMYK00.320.380.59
HSL10.5º23.81%32.94%-
HSV(B)10.5º38.46%40.78%-
XYZ8.897.825.89-
YUV80.07118.93145.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=43.51%
G=29.71%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104716400.320.380.5910.523.8132.94
Hex684740020263Bb1821
Octal1501071000404673133041
Binary1101000100011110000000100000100110111011101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684740; }

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

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

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

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

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

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

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

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