#614D6E

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

Shades of Honey Flower #614D6E

Tints of Honey Flower #614D6E

Color information

#614D6E (or 0x614D6E) is unknown color: approx Honey Flower. HEX triplet: 61, 4D and 6E. RGB value is (97,77,110). Sum of RGB (Red+Green+Blue) = 97+77+110=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 110 - color contains mainly: blue. Hex color #614D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D6E is #9EB291. Grayscale: #565656. Windows color (decimal): -10400402 or 7228769. OLE color: 7228769.

HSL color Cylindrical-coordinate representation of color #614D6E: hue angle of 276.36º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #614D6E is Cyan = 0.12, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9777110-
CMYK0.120.300.57
HSL276.36º17.65%36.67%-
HSV(B)276.36º30%43.14%-
XYZ10.48.9715.94-
YUV86.74141.13135.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.15%
GREEN value IS 77 (30.47% from 255) = 27.11%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=34.15%
G=27.11%
B=38.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97771100.120.300.57276.3617.6536.67
Hex614D6EC1E0391141225
Octal14111515614360714242245
Binary110000110011011101110110011110011100110001010010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614D6E; }

 p { color: rgb(97,77,110); }

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

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

 a { background-color: rgb(97,77,110); }

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

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

 span { border-color: rgb(97,77,110); }

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