#613872

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

Shades of Honey Flower #613872

Tints of Honey Flower #613872

Color information

#613872 (or 0x613872) is unknown color: approx Honey Flower. HEX triplet: 61, 38 and 72. RGB value is (97,56,114). Sum of RGB (Red+Green+Blue) = 97+56+114=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #613872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613872 is #9EC78D. Grayscale: #4A4A4A. Windows color (decimal): -10405774 or 7485537. OLE color: 7485537.

HSL color Cylindrical-coordinate representation of color #613872: hue angle of 282.41º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #613872 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9756114-
CMYK0.150.5100.55
HSL282.41º34.12%33.33%-
HSV(B)282.41º50.88%44.71%-
XYZ9.386.5816.7-
YUV74.87150.08143.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.33%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=36.33%
G=20.97%
B=42.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97561140.150.5100.55282.4134.1233.33
Hex613872F3303711a2221
Octal1417016217630674324241
Binary1100001111000111001011111100110110111100011010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613872; }

 p { color: rgb(97,56,114); }

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

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

 a { background-color: rgb(97,56,114); }

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

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

 span { border-color: rgb(97,56,114); }

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