#685F56

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

Shades of Kabul #685F56

Tints of Kabul #685F56

Color information

#685F56 (or 0x685F56) is unknown color: approx Kabul. HEX triplet: 68, 5F and 56. RGB value is (104,95,86). Sum of RGB (Red+Green+Blue) = 104+95+86=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #685F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F56 is #97A0A9. Grayscale: #606060. Windows color (decimal): -9937066 or 5660520. OLE color: 5660520.

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

Color convert

RGB1049586-
CMYK00.090.170.59
HSL30º9.47%37.25%-
HSV(B)30º17.31%40.78%-
XYZ11.4811.810.48-
YUV96.66121.98133.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 95 (37.5% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=36.49%
G=33.33%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104958600.090.170.59309.4737.25
Hex685F5609113B1e925
Octal1501371260112173361145
Binary1101000101111110101100100110001111011111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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