#634C76

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

Shades of Honey Flower #634C76

Tints of Honey Flower #634C76

Color information

#634C76 (or 0x634C76) is unknown color: approx Honey Flower. HEX triplet: 63, 4C and 76. RGB value is (99,76,118). Sum of RGB (Red+Green+Blue) = 99+76+118=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #634C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634C76 is #9CB389. Grayscale: #575757. Windows color (decimal): -10269578 or 7752803. OLE color: 7752803.

HSL color Cylindrical-coordinate representation of color #634C76: hue angle of 272.86º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #634C76 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9976118-
CMYK0.160.3600.54
HSL272.86º21.65%38.04%-
HSV(B)272.86º35.59%46.27%-
XYZ119.1318.32-
YUV87.66145.12136.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.79%
GREEN value IS 76 (30.08% from 255) = 25.94%
BLUE value IS 118 (46.48% from 255) = 40.27%
R=33.79%
G=25.94%
B=40.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99761180.160.3600.54272.8621.6538.04
Hex634C7610240361111626
Octal14311416620440664212646
Binary11000111001100111011010000100100011011010001000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634C76; }

 p { color: rgb(99,76,118); }

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

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

 a { background-color: rgb(99,76,118); }

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

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

 span { border-color: rgb(99,76,118); }

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