#685C53

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

Shades of Kabul #685C53

Tints of Kabul #685C53

Color information

#685C53 (or 0x685C53) is unknown color: approx Kabul. HEX triplet: 68, 5C and 53. RGB value is (104,92,83). Sum of RGB (Red+Green+Blue) = 104+92+83=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #685C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C53 is #97A3AC. Grayscale: #5E5E5E. Windows color (decimal): -9937837 or 5463144. OLE color: 5463144.

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

Color convert

RGB1049283-
CMYK00.120.200.59
HSL25.71º11.23%36.67%-
HSV(B)25.71º20.19%40.78%-
XYZ11.111.229.76-
YUV94.56121.48134.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 83 (32.81% from 255) = 29.75%
R=37.28%
G=32.97%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104928300.120.200.5925.7111.2336.67
Hex685C530C143B1ab25
Octal1501341230142473321345
Binary1101000101110010100110110010100111011110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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