#685F51

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

Shades of Makara #685F51

Tints of Makara #685F51

Color information

#685F51 (or 0x685F51) is unknown color: approx Makara. HEX triplet: 68, 5F and 51. RGB value is (104,95,81). Sum of RGB (Red+Green+Blue) = 104+95+81=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #685F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F51 is #97A0AE. Grayscale: #606060. Windows color (decimal): -9937071 or 5332840. OLE color: 5332840.

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

Color convert

RGB1049581-
CMYK00.090.220.59
HSL36.52º12.43%36.27%-
HSV(B)36.52º22.12%40.78%-
XYZ11.2911.729.45-
YUV96.09119.48133.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 81 (32.03% from 255) = 28.93%
R=37.14%
G=33.93%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104958100.090.220.5936.5212.4336.27
Hex685F5109163B25c24
Octal1501371210112673451444
Binary11010001011111101000101001101101110111001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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