#685650

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

Shades of Congo Brown #685650

Tints of Congo Brown #685650

Color information

#685650 (or 0x685650) is unknown color: approx Congo Brown. HEX triplet: 68, 56 and 50. RGB value is (104,86,80). Sum of RGB (Red+Green+Blue) = 104+86+80=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #685650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685650 is #97A9AF. Grayscale: #5A5A5A. Windows color (decimal): -9939376 or 5265000. OLE color: 5265000.

HSL color Cylindrical-coordinate representation of color #685650: hue angle of 15º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #685650 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB1048680-
CMYK00.170.230.59
HSL15º13.04%36.08%-
HSV(B)15º23.08%40.78%-
XYZ10.4810.189-
YUV90.7121.96137.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=38.52%
G=31.85%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104868000.170.230.591513.0436.08
Hex685650011173Bfd24
Octal1501261200212773171544
Binary1101000101011010100000100011011111101111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685650; }

 p { color: rgb(104,86,80); }

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

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

 a { background-color: rgb(104,86,80); }

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

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

 span { border-color: rgb(104,86,80); }

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