#664872

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

Shades of Honey Flower #664872

Tints of Honey Flower #664872

Color information

#664872 (or 0x664872) is unknown color: approx Honey Flower. HEX triplet: 66, 48 and 72. RGB value is (102,72,114). Sum of RGB (Red+Green+Blue) = 102+72+114=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 114 - color contains mainly: blue. Hex color #664872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664872 is #99B78D. Grayscale: #555555. Windows color (decimal): -10073998 or 7489638. OLE color: 7489638.

HSL color Cylindrical-coordinate representation of color #664872: hue angle of 282.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #664872 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10272114-
CMYK0.110.3700.55
HSL282.86º22.58%36.47%-
HSV(B)282.86º36.84%44.71%-
XYZ10.838.6717.02-
YUV85.76143.94139.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.42%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=35.42%
G=25%
B=39.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102721140.110.3700.55282.8622.5836.47
Hex664872B2503711b1724
Octal14611016213450674332744
Binary1100110100100011100101011100101011011110001101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664872; }

 p { color: rgb(102,72,114); }

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

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

 a { background-color: rgb(102,72,114); }

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

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

 span { border-color: rgb(102,72,114); }

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