#645E53

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

Shades of Makara #645E53

Tints of Makara #645E53

Color information

#645E53 (or 0x645E53) is unknown color: approx Makara. HEX triplet: 64, 5E and 53. RGB value is (100,94,83). Sum of RGB (Red+Green+Blue) = 100+94+83=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 100 - color contains mainly: red. Hex color #645E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645E53 is #9BA1AC. Grayscale: #5E5E5E. Windows color (decimal): -10199469 or 5463652. OLE color: 5463652.

HSL color Cylindrical-coordinate representation of color #645E53: hue angle of 38.82º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #645E53 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB1009483-
CMYK00.060.170.61
HSL38.82º9.29%35.88%-
HSV(B)38.82º17%39.22%-
XYZ10.8211.349.8-
YUV94.54121.49131.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 83 (32.81% from 255) = 29.96%
R=36.10%
G=33.94%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100948300.060.170.6138.829.2935.88
Hex645E5306113D27924
Octal144136123062175471144
Binary1100100101111010100110110100011111011001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645E53; }

 p { color: rgb(100,94,83); }

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

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

 a { background-color: rgb(100,94,83); }

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

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

 span { border-color: rgb(100,94,83); }

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