#685E56

Color #685E56 Kabul (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kabul #685E56

Tints of Kabul #685E56

Color information

#685E56 (or 0x685E56) is unknown color: approx Kabul. HEX triplet: 68, 5E and 56. RGB value is (104,94,86). Sum of RGB (Red+Green+Blue) = 104+94+86=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #685E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E56 is #97A1A9. Grayscale: #606060. Windows color (decimal): -9937322 or 5660264. OLE color: 5660264.

HSL color Cylindrical-coordinate representation of color #685E56: hue angle of 26.67º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #685E56 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1049486-
CMYK00.100.170.59
HSL26.67º9.47%37.25%-
HSV(B)26.67º17.31%40.78%-
XYZ11.3911.6210.45-
YUV96.08122.31133.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=36.62%
G=33.10%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104948600.100.170.5926.679.4737.25
Hex685E560A113B1b925
Octal1501361260122173331145
Binary1101000101111010101100101010001111011110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685E56; }

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

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

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

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

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

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

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

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