#685E55

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

Shades of Kabul #685E55

Tints of Kabul #685E55

Color information

#685E55 (or 0x685E55) is unknown color: approx Kabul. HEX triplet: 68, 5E and 55. RGB value is (104,94,85). Sum of RGB (Red+Green+Blue) = 104+94+85=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #685E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E55 is #97A1AA. Grayscale: #606060. Windows color (decimal): -9937323 or 5594728. OLE color: 5594728.

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

Color convert

RGB1049485-
CMYK00.100.180.59
HSL28.42º10.05%37.06%-
HSV(B)28.42º18.27%40.78%-
XYZ11.3511.610.24-
YUV95.96121.81133.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=36.75%
G=33.22%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104948500.100.180.5928.4210.0537.06
Hex685E550A123B1ca25
Octal1501361250122273341245
Binary1101000101111010101010101010010111011111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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