#686156

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

Shades of Makara #686156

Tints of Makara #686156

Color information

#686156 (or 0x686156) is unknown color: approx Makara. HEX triplet: 68, 61 and 56. RGB value is (104,97,86). Sum of RGB (Red+Green+Blue) = 104+97+86=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #686156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686156 is #979EA9. Grayscale: #616161. Windows color (decimal): -9936554 or 5661032. OLE color: 5661032.

HSL color Cylindrical-coordinate representation of color #686156: hue angle of 36.67º 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 #686156 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1049786-
CMYK00.070.170.59
HSL36.67º9.47%37.25%-
HSV(B)36.67º17.31%40.78%-
XYZ11.6612.1610.54-
YUV97.84121.32132.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=36.24%
G=33.80%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104978600.070.170.5936.679.4737.25
Hex68615607113B25925
Octal150141126072173451145
Binary1101000110000110101100111100011110111001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686156; }

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

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

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

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

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

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

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

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