#685E4F

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

Shades of Makara #685E4F

Tints of Makara #685E4F

Color information

#685E4F (or 0x685E4F) is unknown color: approx Makara. HEX triplet: 68, 5E and 4F. RGB value is (104,94,79). Sum of RGB (Red+Green+Blue) = 104+94+79=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #685E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E4F is #97A1B0. Grayscale: #5F5F5F. Windows color (decimal): -9937329 or 5201512. OLE color: 5201512.

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

Color convert

RGB1049479-
CMYK00.100.240.59
HSL36º13.66%35.88%-
HSV(B)36º24.04%40.78%-
XYZ11.1211.519.03-
YUV95.28118.81134.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=37.55%
G=33.94%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104947900.100.240.593613.6635.88
Hex685E4F0A183B24e24
Octal1501361170123073441644
Binary11010001011110100111101010110001110111001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,94,79); }

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

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

 a { background-color: rgb(104,94,79); }

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

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

 span { border-color: rgb(104,94,79); }

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