#686560

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

Shades of Makara #686560

Tints of Makara #686560

Color information

#686560 (or 0x686560) is unknown color: approx Makara. HEX triplet: 68, 65 and 60. RGB value is (104,101,96). Sum of RGB (Red+Green+Blue) = 104+101+96=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 104 - color contains mainly: red. Hex color #686560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686560 is #979A9F. Grayscale: #656565. Windows color (decimal): -9935520 or 6317416. OLE color: 6317416.

HSL color Cylindrical-coordinate representation of color #686560: hue angle of 37.5º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #686560 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB10410196-
CMYK00.030.080.59
HSL37.5º4%39.22%-
HSV(B)37.5º7.69%40.78%-
XYZ12.4713.0912.94-
YUV101.33124.99129.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=34.55%
G=33.55%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041019600.030.080.5937.5439.22
Hex6865600383B26427
Octal15014514003107346447
Binary1101000110010111000000111000111011100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686560; }

 p { color: rgb(104,101,96); }

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

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

 a { background-color: rgb(104,101,96); }

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

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

 span { border-color: rgb(104,101,96); }

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