#684540

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

Shades of Congo Brown #684540

Tints of Congo Brown #684540

Color information

#684540 (or 0x684540) is unknown color: approx Congo Brown. HEX triplet: 68, 45 and 40. RGB value is (104,69,64). Sum of RGB (Red+Green+Blue) = 104+69+64=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #684540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684540 is #97BABF. Grayscale: #4E4E4E. Windows color (decimal): -9943744 or 4212072. OLE color: 4212072.

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

Color convert

RGB1046964-
CMYK00.340.380.59
HSL7.5º23.81%32.94%-
HSV(B)7.5º38.46%40.78%-
XYZ8.767.575.85-
YUV78.9119.6145.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 64 (25.39% from 255) = 27.00%
R=43.88%
G=29.11%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104696400.340.380.597.523.8132.94
Hex684540022263B81821
Octal1501051000424673103041
Binary1101000100010110000000100010100110111011100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684540; }

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

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

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

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

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

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

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

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