#685D53

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

Shades of Kabul #685D53

Tints of Kabul #685D53

Color information

#685D53 (or 0x685D53) is unknown color: approx Kabul. HEX triplet: 68, 5D and 53. RGB value is (104,93,83). Sum of RGB (Red+Green+Blue) = 104+93+83=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #685D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D53 is #97A2AC. Grayscale: #5F5F5F. Windows color (decimal): -9937581 or 5463400. OLE color: 5463400.

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

Color convert

RGB1049383-
CMYK00.110.200.59
HSL28.57º11.23%36.67%-
HSV(B)28.57º20.19%40.78%-
XYZ11.1811.49.79-
YUV95.15121.14134.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=37.14%
G=33.21%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104938300.110.200.5928.5711.2336.67
Hex685D530B143B1db25
Octal1501351230132473351345
Binary1101000101110110100110101110100111011111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,93,83); }

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

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

 a { background-color: rgb(104,93,83); }

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

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

 span { border-color: rgb(104,93,83); }

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