#644D72

Color #644D72 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #644D72

Tints of Honey Flower #644D72

Color information

#644D72 (or 0x644D72) is unknown color: approx Honey Flower. HEX triplet: 64, 4D and 72. RGB value is (100,77,114). Sum of RGB (Red+Green+Blue) = 100+77+114=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #644D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D72 is #9BB28D. Grayscale: #575757. Windows color (decimal): -10203790 or 7490916. OLE color: 7490916.

HSL color Cylindrical-coordinate representation of color #644D72: hue angle of 277.3º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #644D72 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10077114-
CMYK0.120.3200.55
HSL277.3º19.37%37.45%-
HSV(B)277.3º32.46%44.71%-
XYZ10.959.2317.12-
YUV88.09142.62136.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.36%
GREEN value IS 77 (30.47% from 255) = 26.46%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=34.36%
G=26.46%
B=39.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100771140.120.3200.55277.319.3737.45
Hex644D72C200371151325
Octal14411516214400674252345
Binary1100100100110111100101100100000011011110001010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644D72; }

 p { color: rgb(100,77,114); }

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

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

 a { background-color: rgb(100,77,114); }

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

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

 span { border-color: rgb(100,77,114); }

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