#64594C

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

Shades of Makara #64594C

Tints of Makara #64594C

Color information

#64594C (or 0x64594C) is unknown color: approx Makara. HEX triplet: 64, 59 and 4C. RGB value is (100,89,76). Sum of RGB (Red+Green+Blue) = 100+89+76=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 100 - color contains mainly: red. Hex color #64594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64594C is #9BA6B3. Grayscale: #5A5A5A. Windows color (decimal): -10200756 or 5003620. OLE color: 5003620.

HSL color Cylindrical-coordinate representation of color #64594C: hue angle of 32.5º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64594C is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB1008976-
CMYK00.110.240.61
HSL32.5º13.64%34.51%-
HSV(B)32.5º24%39.22%-
XYZ10.1310.388.31-
YUV90.81119.64134.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.74%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 76 (30.08% from 255) = 28.68%
R=37.74%
G=33.58%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100897600.110.240.6132.513.6434.51
Hex64594C0B183D21e23
Octal1441311140133075411643
Binary11001001011001100110001011110001111011000011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64594C; }

 p { color: rgb(100,89,76); }

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

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

 a { background-color: rgb(100,89,76); }

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

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

 span { border-color: rgb(100,89,76); }

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