#686257

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

Shades of Makara #686257

Tints of Makara #686257

Color information

#686257 (or 0x686257) is unknown color: approx Makara. HEX triplet: 68, 62 and 57. RGB value is (104,98,87). Sum of RGB (Red+Green+Blue) = 104+98+87=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 104 - color contains mainly: red. Hex color #686257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686257 is #979DA8. Grayscale: #626262. Windows color (decimal): -9936297 or 5726824. OLE color: 5726824.

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

Color convert

RGB1049887-
CMYK00.060.160.59
HSL38.82º8.9%37.45%-
HSV(B)38.82º16.35%40.78%-
XYZ11.812.3710.78-
YUV98.54121.49131.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.99%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 87 (34.38% from 255) = 30.10%
R=35.99%
G=33.91%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104988700.060.160.5938.828.937.45
Hex68625706103B27925
Octal150142127062073471145
Binary1101000110001010101110110100001110111001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686257; }

 p { color: rgb(104,98,87); }

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

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

 a { background-color: rgb(104,98,87); }

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

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

 span { border-color: rgb(104,98,87); }

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