#656056

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

Shades of Makara #656056

Tints of Makara #656056

Color information

#656056 (or 0x656056) is unknown color: approx Makara. HEX triplet: 65, 60 and 56. RGB value is (101,96,86). Sum of RGB (Red+Green+Blue) = 101+96+86=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 101 - color contains mainly: red. Hex color #656056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656056 is #9A9FA9. Grayscale: #606060. Windows color (decimal): -10133418 or 5660773. OLE color: 5660773.

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

Color convert

RGB1019686-
CMYK00.050.150.60
HSL40º8.02%36.67%-
HSV(B)40º14.85%39.61%-
XYZ11.2311.810.49-
YUV96.35122.16131.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.69%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 86 (33.98% from 255) = 30.39%
R=35.69%
G=33.92%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101968600.050.150.60408.0236.67
Hex65605605F3C28825
Octal145140126051774501045
Binary110010111000001010110010111111111001010001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656056; }

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

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

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

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

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

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

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

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