#664172

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

Shades of Honey Flower #664172

Tints of Honey Flower #664172

Color information

#664172 (or 0x664172) is unknown color: approx Honey Flower. HEX triplet: 66, 41 and 72. RGB value is (102,65,114). Sum of RGB (Red+Green+Blue) = 102+65+114=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #664172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664172 is #99BE8D. Grayscale: #515151. Windows color (decimal): -10075790 or 7487846. OLE color: 7487846.

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

Color convert

RGB10265114-
CMYK0.110.4300.55
HSL285.31º27.37%35.1%-
HSV(B)285.31º42.98%44.71%-
XYZ10.417.8216.88-
YUV81.65146.26142.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=36.30%
G=23.13%
B=40.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102651140.110.4300.55285.3127.3735.1
Hex664172B2B03711d1b23
Octal14610116213530674353343
Binary1100110100000111100101011101011011011110001110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664172; }

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

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

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

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

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

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

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

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