#656360

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

Shades of Makara #656360

Tints of Makara #656360

Color information

#656360 (or 0x656360) is unknown color: approx Makara. HEX triplet: 65, 63 and 60. RGB value is (101,99,96). Sum of RGB (Red+Green+Blue) = 101+99+96=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 101 - color contains mainly: red. Hex color #656360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656360 is #9A9C9F. Grayscale: #636363. Windows color (decimal): -10132640 or 6316901. OLE color: 6316901.

HSL color Cylindrical-coordinate representation of color #656360: hue angle of 36º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #656360 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB1019996-
CMYK00.020.050.60
HSL36º2.54%38.63%-
HSV(B)36º4.95%39.61%-
XYZ11.9412.5312.86-
YUV99.26126.16129.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.12%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=34.12%
G=33.45%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101999600.020.050.60362.5438.63
Hex6563600253C24327
Octal1451431400257444347
Binary11001011100011110000001010111110010010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656360; }

 p { color: rgb(101,99,96); }

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

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

 a { background-color: rgb(101,99,96); }

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

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

 span { border-color: rgb(101,99,96); }

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