#86564F

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

Shades of Lotus #86564F

Tints of Lotus #86564F

Color information

#86564F (or 0x86564F) is unknown color: approx Lotus. HEX triplet: 86, 56 and 4F. RGB value is (134,86,79). Sum of RGB (Red+Green+Blue) = 134+86+79=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #86564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86564F is #79A9B0. Grayscale: #636363. Windows color (decimal): -7973297 or 5199494. OLE color: 5199494.

HSL color Cylindrical-coordinate representation of color #86564F: hue angle of 7.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86564F is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1348679-
CMYK00.360.410.47
HSL7.64º25.82%41.76%-
HSV(B)7.64º41.04%52.55%-
XYZ14.5712.299-
YUV99.55116.4152.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 79 (31.25% from 255) = 26.42%
R=44.82%
G=28.76%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134867900.360.410.477.6425.8241.76
Hex86564F024292F81a2a
Octal2061261170445157103252
Binary10000110101011010011110100100101001101111100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86564F; }

 p { color: rgb(134,86,79); }

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

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

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

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

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

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

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