#654D72

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

Shades of Honey Flower #654D72

Tints of Honey Flower #654D72

Color information

#654D72 (or 0x654D72) is unknown color: approx Honey Flower. HEX triplet: 65, 4D and 72. RGB value is (101,77,114). Sum of RGB (Red+Green+Blue) = 101+77+114=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #654D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654D72 is #9AB28D. Grayscale: #585858. Windows color (decimal): -10138254 or 7490917. OLE color: 7490917.

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

Color convert

RGB10177114-
CMYK0.110.3200.55
HSL278.92º19.37%37.45%-
HSV(B)278.92º32.46%44.71%-
XYZ11.069.2917.13-
YUV88.39142.45136.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.59%
GREEN value IS 77 (30.47% from 255) = 26.37%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=34.59%
G=26.37%
B=39.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101771140.110.3200.55278.9219.3737.45
Hex654D72B200371171325
Octal14511516213400674272345
Binary1100101100110111100101011100000011011110001011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654D72; }

 p { color: rgb(101,77,114); }

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

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

 a { background-color: rgb(101,77,114); }

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

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

 span { border-color: rgb(101,77,114); }

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