#65456D

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

Shades of Honey Flower #65456D

Tints of Honey Flower #65456D

Color information

#65456D (or 0x65456D) is unknown color: approx Honey Flower. HEX triplet: 65, 45 and 6D. RGB value is (101,69,109). Sum of RGB (Red+Green+Blue) = 101+69+109=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #65456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65456D is #9ABA92. Grayscale: #525252. Windows color (decimal): -10140307 or 7161189. OLE color: 7161189.

HSL color Cylindrical-coordinate representation of color #65456D: hue angle of 288º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65456D is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10169109-
CMYK0.070.3700.57
HSL288º22.47%34.9%-
HSV(B)288º36.7%42.75%-
XYZ10.268.1315.5-
YUV83.13142.6140.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.20%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=36.20%
G=24.73%
B=39.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101691090.070.3700.5728822.4734.9
Hex65456D7250391201623
Octal1451051557450714402643
Binary110010110001011101101111100101011100110010000010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65456D; }

 p { color: rgb(101,69,109); }

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

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

 a { background-color: rgb(101,69,109); }

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

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

 span { border-color: rgb(101,69,109); }

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