#685D52

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

Shades of Kabul #685D52

Tints of Kabul #685D52

Color information

#685D52 (or 0x685D52) is unknown color: approx Kabul. HEX triplet: 68, 5D and 52. RGB value is (104,93,82). Sum of RGB (Red+Green+Blue) = 104+93+82=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #685D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D52 is #97A2AD. Grayscale: #5F5F5F. Windows color (decimal): -9937582 or 5397864. OLE color: 5397864.

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

Color convert

RGB1049382-
CMYK00.110.210.59
HSL30º11.83%36.47%-
HSV(B)30º21.15%40.78%-
XYZ11.1511.389.59-
YUV95.04120.64134.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 93 (36.72% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=37.28%
G=33.33%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104938200.110.210.593011.8336.47
Hex685D520B153B1ec24
Octal1501351220132573361444
Binary1101000101110110100100101110101111011111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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