#664176

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

Shades of Honey Flower #664176

Tints of Honey Flower #664176

Color information

#664176 (or 0x664176) is unknown color: approx Honey Flower. HEX triplet: 66, 41 and 76. RGB value is (102,65,118). Sum of RGB (Red+Green+Blue) = 102+65+118=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #664176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664176 is #99BE89. Grayscale: #515151. Windows color (decimal): -10075786 or 7749990. OLE color: 7749990.

HSL color Cylindrical-coordinate representation of color #664176: hue angle of 281.89º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #664176 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10265118-
CMYK0.140.4500.54
HSL281.89º28.96%35.88%-
HSV(B)281.89º44.92%46.27%-
XYZ10.647.9118.11-
YUV82.1148.26142.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 65 (25.78% from 255) = 22.81%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=35.79%
G=22.81%
B=41.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102651180.140.4500.54281.8928.9635.88
Hex664176E2D03611a1d24
Octal14610116616550664323544
Binary1100110100000111101101110101101011011010001101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664176; }

 p { color: rgb(102,65,118); }

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

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

 a { background-color: rgb(102,65,118); }

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

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

 span { border-color: rgb(102,65,118); }

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