#685A52

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

Shades of Kabul #685A52

Tints of Kabul #685A52

Color information

#685A52 (or 0x685A52) is unknown color: approx Kabul. HEX triplet: 68, 5A and 52. RGB value is (104,90,82). Sum of RGB (Red+Green+Blue) = 104+90+82=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #685A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A52 is #97A5AD. Grayscale: #5D5D5D. Windows color (decimal): -9938350 or 5397096. OLE color: 5397096.

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

Color convert

RGB1049082-
CMYK00.130.210.59
HSL21.82º11.83%36.47%-
HSV(B)21.82º21.15%40.78%-
XYZ10.8910.869.51-
YUV93.27121.64135.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.68%
GREEN value IS 90 (35.55% from 255) = 32.61%
BLUE value IS 82 (32.42% from 255) = 29.71%
R=37.68%
G=32.61%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104908200.130.210.5921.8211.8336.47
Hex685A520D153B16c24
Octal1501321220152573261444
Binary1101000101101010100100110110101111011101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,90,82); }

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

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

 a { background-color: rgb(104,90,82); }

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

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

 span { border-color: rgb(104,90,82); }

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