#646059

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

Shades of Makara #646059

Tints of Makara #646059

Color information

#646059 (or 0x646059) is unknown color: approx Makara. HEX triplet: 64, 60 and 59. RGB value is (100,96,89). Sum of RGB (Red+Green+Blue) = 100+96+89=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 100 - color contains mainly: red. Hex color #646059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646059 is #9B9FA6. Grayscale: #606060. Windows color (decimal): -10198951 or 5857380. OLE color: 5857380.

HSL color Cylindrical-coordinate representation of color #646059: hue angle of 38.18º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #646059 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB1009689-
CMYK00.040.110.61
HSL38.18º5.82%37.06%-
HSV(B)38.18º11%39.22%-
XYZ11.2411.811.14-
YUV96.4123.83130.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 89 (35.16% from 255) = 31.23%
R=35.09%
G=33.68%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100968900.040.110.6138.185.8237.06
Hex64605904B3D26625
Octal14414013104137546645
Binary11001001100000101100101001011111101100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646059; }

 p { color: rgb(100,96,89); }

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

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

 a { background-color: rgb(100,96,89); }

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

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

 span { border-color: rgb(100,96,89); }

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