#685E57

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

Shades of Kabul #685E57

Tints of Kabul #685E57

Color information

#685E57 (or 0x685E57) is unknown color: approx Kabul. HEX triplet: 68, 5E and 57. RGB value is (104,94,87). Sum of RGB (Red+Green+Blue) = 104+94+87=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #685E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E57 is #97A1A8. Grayscale: #606060. Windows color (decimal): -9937321 or 5725800. OLE color: 5725800.

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

Color convert

RGB1049487-
CMYK00.100.160.59
HSL24.71º8.9%37.45%-
HSV(B)24.71º16.35%40.78%-
XYZ11.4311.6410.66-
YUV96.19122.81133.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=36.49%
G=32.98%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104948700.100.160.5924.718.937.45
Hex685E570A103B19925
Octal1501361270122073311145
Binary1101000101111010101110101010000111011110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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