#646056

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

Shades of Makara #646056

Tints of Makara #646056

Color information

#646056 (or 0x646056) is unknown color: approx Makara. HEX triplet: 64, 60 and 56. RGB value is (100,96,86). Sum of RGB (Red+Green+Blue) = 100+96+86=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 100 - color contains mainly: red. Hex color #646056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646056 is #9B9FA9. Grayscale: #606060. Windows color (decimal): -10198954 or 5660772. OLE color: 5660772.

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

Color convert

RGB1009686-
CMYK00.040.140.61
HSL42.86º7.53%36.47%-
HSV(B)42.86º14%39.22%-
XYZ11.1211.7510.49-
YUV96.06122.33130.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.46%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 86 (33.98% from 255) = 30.50%
R=35.46%
G=34.04%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100968600.040.140.6142.867.5336.47
Hex64605604E3D2b824
Octal144140126041675531044
Binary110010011000001010110010011101111011010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646056; }

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

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

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

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

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

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

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

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