#685F52

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

Shades of Makara #685F52

Tints of Makara #685F52

Color information

#685F52 (or 0x685F52) is unknown color: approx Makara. HEX triplet: 68, 5F and 52. RGB value is (104,95,82). Sum of RGB (Red+Green+Blue) = 104+95+82=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #685F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F52 is #97A0AD. Grayscale: #606060. Windows color (decimal): -9937070 or 5398376. OLE color: 5398376.

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

Color convert

RGB1049582-
CMYK00.090.210.59
HSL35.45º11.83%36.47%-
HSV(B)35.45º21.15%40.78%-
XYZ11.3211.749.65-
YUV96.21119.98133.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 82 (32.42% from 255) = 29.18%
R=37.01%
G=33.81%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104958200.090.210.5935.4511.8336.47
Hex685F5209153B23c24
Octal1501371220112573431444
Binary11010001011111101001001001101011110111000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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