#685C51

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

Shades of Kabul #685C51

Tints of Kabul #685C51

Color information

#685C51 (or 0x685C51) is unknown color: approx Kabul. HEX triplet: 68, 5C and 51. RGB value is (104,92,81). Sum of RGB (Red+Green+Blue) = 104+92+81=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #685C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C51 is #97A3AE. Grayscale: #5E5E5E. Windows color (decimal): -9937839 or 5332072. OLE color: 5332072.

HSL color Cylindrical-coordinate representation of color #685C51: hue angle of 28.7º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #685C51 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1049281-
CMYK00.120.220.59
HSL28.7º12.43%36.27%-
HSV(B)28.7º22.12%40.78%-
XYZ11.0211.199.36-
YUV94.33120.48134.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 81 (32.03% from 255) = 29.24%
R=37.55%
G=33.21%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104928100.120.220.5928.712.4336.27
Hex685C510C163B1dc24
Octal1501341210142673351444
Binary1101000101110010100010110010110111011111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,92,81); }

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

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

 a { background-color: rgb(104,92,81); }

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

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

 span { border-color: rgb(104,92,81); }

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