#864646

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

Shades of Lotus #864646

Tints of Lotus #864646

Color information

#864646 (or 0x864646) is unknown color: approx Lotus. HEX triplet: 86, 46 and 46. RGB value is (134,70,70). Sum of RGB (Red+Green+Blue) = 134+70+70=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #864646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864646 is #79B9B9. Grayscale: #595959. Windows color (decimal): -7977402 or 4605574. OLE color: 4605574.

HSL color Cylindrical-coordinate representation of color #864646: hue angle of 0º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #864646 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1347070-
CMYK00.480.480.47
HSL31.37%40%-
HSV(B)47.76%52.55%-
XYZ13.139.897.01-
YUV89.14117.2160-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 70 (27.73% from 255) = 25.55%
BLUE value IS 70 (27.73% from 255) = 25.55%
R=48.91%
G=25.55%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134707000.480.480.47031.3740
Hex864646030302F01f28
Octal206106106060605703750
Binary10000110100011010001100110000110000101111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864646; }

 p { color: rgb(134,70,70); }

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

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

 a { background-color: rgb(134,70,70); }

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

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

 span { border-color: rgb(134,70,70); }

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