#65446E

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

Shades of Honey Flower #65446E

Tints of Honey Flower #65446E

Color information

#65446E (or 0x65446E) is unknown color: approx Honey Flower. HEX triplet: 65, 44 and 6E. RGB value is (101,68,110). Sum of RGB (Red+Green+Blue) = 101+68+110=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #65446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65446E is #9ABB91. Grayscale: #525252. Windows color (decimal): -10140562 or 7226469. OLE color: 7226469.

HSL color Cylindrical-coordinate representation of color #65446E: hue angle of 287.14º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65446E is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10168110-
CMYK0.080.3800.57
HSL287.14º23.6%34.9%-
HSV(B)287.14º38.18%43.14%-
XYZ10.258.0315.76-
YUV82.66143.43141.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.20%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=36.20%
G=24.37%
B=39.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101681100.080.3800.57287.1423.634.9
Hex65446E82603911f1823
Octal14510415610460714373043
Binary1100101100010011011101000100110011100110001111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65446E; }

 p { color: rgb(101,68,110); }

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

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

 a { background-color: rgb(101,68,110); }

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

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

 span { border-color: rgb(101,68,110); }

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