#685C54

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

Shades of Kabul #685C54

Tints of Kabul #685C54

Color information

#685C54 (or 0x685C54) is unknown color: approx Kabul. HEX triplet: 68, 5C and 54. RGB value is (104,92,84). Sum of RGB (Red+Green+Blue) = 104+92+84=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #685C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C54 is #97A3AB. Grayscale: #5E5E5E. Windows color (decimal): -9937836 or 5528680. OLE color: 5528680.

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

Color convert

RGB1049284-
CMYK00.120.190.59
HSL24º10.64%36.86%-
HSV(B)24º19.23%40.78%-
XYZ11.1411.249.97-
YUV94.68121.98134.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 84 (33.20% from 255) = 30%
R=37.14%
G=32.86%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104928400.120.190.592410.6436.86
Hex685C540C133B18b25
Octal1501341240142373301345
Binary1101000101110010101000110010011111011110001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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