#64426D

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

Shades of Honey Flower #64426D

Tints of Honey Flower #64426D

Color information

#64426D (or 0x64426D) is unknown color: approx Honey Flower. HEX triplet: 64, 42 and 6D. RGB value is (100,66,109). Sum of RGB (Red+Green+Blue) = 100+66+109=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 109 - color contains mainly: blue. Hex color #64426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64426D is #9BBD92. Grayscale: #505050. Windows color (decimal): -10206611 or 7160420. OLE color: 7160420.

HSL color Cylindrical-coordinate representation of color #64426D: hue angle of 287.44º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64426D is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10066109-
CMYK0.080.3900.57
HSL287.44º24.57%34.31%-
HSV(B)287.44º39.45%42.75%-
XYZ9.967.7115.43-
YUV81.07143.76141.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 109 (42.97% from 255) = 39.64%
R=36.36%
G=24%
B=39.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100661090.080.3900.57287.4424.5734.31
Hex64426D82703911f1922
Octal14410215510470714373142
Binary1100100100001011011011000100111011100110001111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64426D; }

 p { color: rgb(100,66,109); }

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

<style>
 a { background-color: #64426D; }

 a { background-color: rgb(100,66,109); }

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

<style>
 span { border-color: #64426D; }

 span { border-color: rgb(100,66,109); }

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