#686154

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

Shades of Makara #686154

Tints of Makara #686154

Color information

#686154 (or 0x686154) is unknown color: approx Makara. HEX triplet: 68, 61 and 54. RGB value is (104,97,84). Sum of RGB (Red+Green+Blue) = 104+97+84=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #686154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686154 is #979EAB. Grayscale: #616161. Windows color (decimal): -9936556 or 5529960. OLE color: 5529960.

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

Color convert

RGB1049784-
CMYK00.070.190.59
HSL39º10.64%36.86%-
HSV(B)39º19.23%40.78%-
XYZ11.5812.1310.12-
YUV97.61120.32132.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 97 (38.28% from 255) = 34.04%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=36.49%
G=34.04%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104978400.070.190.593910.6436.86
Hex68615407133B27b25
Octal150141124072373471345
Binary1101000110000110101000111100111110111001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686154; }

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

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

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

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

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

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

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

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