#643376

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

Shades of Honey Flower #643376

Tints of Honey Flower #643376

Color information

#643376 (or 0x643376) is unknown color: approx Honey Flower. HEX triplet: 64, 33 and 76. RGB value is (100,51,118). Sum of RGB (Red+Green+Blue) = 100+51+118=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #643376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643376 is #9BCC89. Grayscale: #494949. Windows color (decimal): -10210442 or 7746404. OLE color: 7746404.

HSL color Cylindrical-coordinate representation of color #643376: hue angle of 283.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #643376 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10051118-
CMYK0.150.5700.54
HSL283.88º39.64%33.14%-
HSV(B)283.88º56.78%46.27%-
XYZ9.716.3817.86-
YUV73.29153.23147.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=37.17%
G=18.96%
B=43.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100511180.150.5700.54283.8839.6433.14
Hex643376F3903611c2821
Octal1446316617710664345041
Binary1100100110011111011011111110010110110100011100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643376; }

 p { color: rgb(100,51,118); }

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

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

 a { background-color: rgb(100,51,118); }

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

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

 span { border-color: rgb(100,51,118); }

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