#65426E

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

Shades of Honey Flower #65426E

Tints of Honey Flower #65426E

Color information

#65426E (or 0x65426E) is unknown color: approx Honey Flower. HEX triplet: 65, 42 and 6E. RGB value is (101,66,110). Sum of RGB (Red+Green+Blue) = 101+66+110=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: blue. Hex color #65426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65426E is #9ABD91. Grayscale: #515151. Windows color (decimal): -10141074 or 7225957. OLE color: 7225957.

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

Color convert

RGB10166110-
CMYK0.080.400.57
HSL287.73º25%34.51%-
HSV(B)287.73º40%43.14%-
XYZ10.137.7915.72-
YUV81.48144.1141.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 110 (43.36% from 255) = 39.71%
R=36.46%
G=23.83%
B=39.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101661100.080.400.57287.732534.51
Hex65426E8280391201923
Octal14510215610500714403143
Binary1100101100001011011101000101000011100110010000011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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