#645A4A

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

Shades of Makara #645A4A

Tints of Makara #645A4A

Color information

#645A4A (or 0x645A4A) is unknown color: approx Makara. HEX triplet: 64, 5A and 4A. RGB value is (100,90,74). Sum of RGB (Red+Green+Blue) = 100+90+74=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 100 - color contains mainly: red. Hex color #645A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645A4A is #9BA5B5. Grayscale: #5B5B5B. Windows color (decimal): -10200502 or 4872804. OLE color: 4872804.

HSL color Cylindrical-coordinate representation of color #645A4A: hue angle of 36.92º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #645A4A is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB1009074-
CMYK00.100.260.61
HSL36.92º14.94%34.12%-
HSV(B)36.92º26%39.22%-
XYZ10.1510.527.97-
YUV91.17118.31134.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.88%
GREEN value IS 90 (35.55% from 255) = 34.09%
BLUE value IS 74 (29.30% from 255) = 28.03%
R=37.88%
G=34.09%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100907400.100.260.6136.9214.9434.12
Hex645A4A0A1A3D25f22
Octal1441321120123275451742
Binary11001001011010100101001010110101111011001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,90,74); }

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

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

 a { background-color: rgb(100,90,74); }

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

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

 span { border-color: rgb(100,90,74); }

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