#64416E

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

Shades of Honey Flower #64416E

Tints of Honey Flower #64416E

Color information

#64416E (or 0x64416E) is unknown color: approx Honey Flower. HEX triplet: 64, 41 and 6E. RGB value is (100,65,110). Sum of RGB (Red+Green+Blue) = 100+65+110=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 110 - color contains mainly: blue. Hex color #64416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64416E is #9BBE91. Grayscale: #505050. Windows color (decimal): -10206866 or 7225700. OLE color: 7225700.

HSL color Cylindrical-coordinate representation of color #64416E: hue angle of 286.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64416E is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10065110-
CMYK0.090.4100.57
HSL286.67º25.71%34.31%-
HSV(B)286.67º40.91%43.14%-
XYZ9.967.6215.7-
YUV80.6144.6141.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 110 (43.36% from 255) = 40%
R=36.36%
G=23.64%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100651100.090.4100.57286.6725.7134.31
Hex64416E92903911f1a22
Octal14410115611510714373242
Binary1100100100000111011101001101001011100110001111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64416E; }

 p { color: rgb(100,65,110); }

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

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

 a { background-color: rgb(100,65,110); }

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

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

 span { border-color: rgb(100,65,110); }

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