#685F55

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

Shades of Makara #685F55

Tints of Makara #685F55

Color information

#685F55 (or 0x685F55) is unknown color: approx Makara. HEX triplet: 68, 5F and 55. RGB value is (104,95,85). Sum of RGB (Red+Green+Blue) = 104+95+85=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #685F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F55 is #97A0AA. Grayscale: #606060. Windows color (decimal): -9937067 or 5594984. OLE color: 5594984.

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

Color convert

RGB1049585-
CMYK00.090.180.59
HSL31.58º10.05%37.06%-
HSV(B)31.58º18.27%40.78%-
XYZ11.4411.7810.27-
YUV96.55121.48133.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 85 (33.59% from 255) = 29.93%
R=36.62%
G=33.45%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104958500.090.180.5931.5810.0537.06
Hex685F5509123B20a25
Octal1501371250112273401245
Binary11010001011111101010101001100101110111000001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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