#684520

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

Shades of Dark Brown #684520

Tints of Dark Brown #684520

Color information

#684520 (or 0x684520) is unknown color: approx Dark Brown. HEX triplet: 68, 45 and 20. RGB value is (104,69,32). Sum of RGB (Red+Green+Blue) = 104+69+32=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #684520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684520 is #97BADF. Grayscale: #4B4B4B. Windows color (decimal): -9943776 or 2114920. OLE color: 2114920.

HSL color Cylindrical-coordinate representation of color #684520: hue angle of 30.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #684520 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB1046932-
CMYK00.340.690.59
HSL30.83º52.94%26.67%-
HSV(B)30.83º69.23%40.78%-
XYZ8.17.32.35-
YUV75.25103.6148.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 32 (12.89% from 255) = 15.61%
R=50.73%
G=33.66%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104693200.340.690.5930.8352.9426.67
Hex684520022453B1f351b
Octal1501054004210573376533
Binary11010001000101100000010001010001011110111111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684520; }

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

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

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

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

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

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

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

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