#685F57

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

Shades of Kabul #685F57

Tints of Kabul #685F57

Color information

#685F57 (or 0x685F57) is unknown color: approx Kabul. HEX triplet: 68, 5F and 57. RGB value is (104,95,87). Sum of RGB (Red+Green+Blue) = 104+95+87=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #685F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F57 is #97A0A8. Grayscale: #606060. Windows color (decimal): -9937065 or 5726056. OLE color: 5726056.

HSL color Cylindrical-coordinate representation of color #685F57: hue angle of 28.24º 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 #685F57 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB1049587-
CMYK00.090.160.59
HSL28.24º8.9%37.45%-
HSV(B)28.24º16.35%40.78%-
XYZ11.5211.8210.69-
YUV96.78122.48133.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 87 (34.38% from 255) = 30.42%
R=36.36%
G=33.22%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104958700.090.160.5928.248.937.45
Hex685F5709103B1c925
Octal1501371270112073341145
Binary1101000101111110101110100110000111011111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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