#656053

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

Shades of Makara #656053

Tints of Makara #656053

Color information

#656053 (or 0x656053) is unknown color: approx Makara. HEX triplet: 65, 60 and 53. RGB value is (101,96,83). Sum of RGB (Red+Green+Blue) = 101+96+83=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 101 - color contains mainly: red. Hex color #656053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656053 is #9A9FAC. Grayscale: #606060. Windows color (decimal): -10133421 or 5464165. OLE color: 5464165.

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

Color convert

RGB1019683-
CMYK00.050.180.60
HSL43.33º9.78%36.08%-
HSV(B)43.33º17.82%39.61%-
XYZ11.1111.769.87-
YUV96.01120.66131.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=36.07%
G=34.29%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101968300.050.180.6043.339.7836.08
Hex65605305123C2ba24
Octal145140123052274531244
Binary1100101110000010100110101100101111001010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656053; }

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

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

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

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

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

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

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

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