#685652

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

Shades of Congo Brown #685652

Tints of Congo Brown #685652

Color information

#685652 (or 0x685652) is unknown color: approx Congo Brown. HEX triplet: 68, 56 and 52. RGB value is (104,86,82). Sum of RGB (Red+Green+Blue) = 104+86+82=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #685652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685652 is #97A9AD. Grayscale: #5A5A5A. Windows color (decimal): -9939374 or 5396072. OLE color: 5396072.

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

Color convert

RGB1048682-
CMYK00.170.210.59
HSL10.91º11.83%36.47%-
HSV(B)10.91º21.15%40.78%-
XYZ10.5610.219.4-
YUV90.93122.96137.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 82 (32.42% from 255) = 30.15%
R=38.24%
G=31.62%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104868200.170.210.5910.9111.8336.47
Hex685652011153Bbc24
Octal1501261220212573131444
Binary1101000101011010100100100011010111101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685652; }

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

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

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

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

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

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

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

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