#686056

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

Shades of Makara #686056

Tints of Makara #686056

Color information

#686056 (or 0x686056) is unknown color: approx Makara. HEX triplet: 68, 60 and 56. RGB value is (104,96,86). Sum of RGB (Red+Green+Blue) = 104+96+86=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #686056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686056 is #979FA9. Grayscale: #616161. Windows color (decimal): -9936810 or 5660776. OLE color: 5660776.

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

Color convert

RGB1049686-
CMYK00.080.170.59
HSL33.33º9.47%37.25%-
HSV(B)33.33º17.31%40.78%-
XYZ11.5711.9810.51-
YUV97.25121.65132.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=36.36%
G=33.57%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104968600.080.170.5933.339.4737.25
Hex68605608113B21925
Octal1501401260102173411145
Binary11010001100000101011001000100011110111000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686056; }

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

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

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

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

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

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

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

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