#686054

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

Shades of Makara #686054

Tints of Makara #686054

Color information

#686054 (or 0x686054) is unknown color: approx Makara. HEX triplet: 68, 60 and 54. RGB value is (104,96,84). Sum of RGB (Red+Green+Blue) = 104+96+84=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #686054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686054 is #979FAB. Grayscale: #616161. Windows color (decimal): -9936812 or 5529704. OLE color: 5529704.

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

Color convert

RGB1049684-
CMYK00.080.190.59
HSL36º10.64%36.86%-
HSV(B)36º19.23%40.78%-
XYZ11.4911.9510.09-
YUV97.02120.65132.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 84 (33.20% from 255) = 29.58%
R=36.62%
G=33.80%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104968400.080.190.593610.6436.86
Hex68605408133B24b25
Octal1501401240102373441345
Binary11010001100000101010001000100111110111001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686054; }

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

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

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

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

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

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

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

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