#86504f

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

Shades of Lotus #86504F

Tints of Lotus #86504F

Color information

#86504F (or 0x86504F) is unknown color: approx Lotus. HEX triplet: 86, 50 and 4F. RGB value is (134,80,79). Sum of RGB (Red+Green+Blue) = 134+80+79=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #86504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86504F is #79AFB0. Grayscale: #606060. Windows color (decimal): -7974833 or 5197958. OLE color: 5197958.

HSL color Cylindrical-coordinate representation of color #86504F: hue angle of 1.09º 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 #86504F is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1348079-
CMYK00.400.410.47
HSL1.09º25.82%41.76%-
HSV(B)1.09º41.04%52.55%-
XYZ14.1111.378.85-
YUV96.03118.39155.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 79 (31.25% from 255) = 26.96%
R=45.73%
G=27.30%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134807900.400.410.471.0925.8241.76
Hex86504F028292F11a2a
Octal206120117050515713252
Binary10000110101000010011110101000101001101111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86504f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86504f; }

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

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

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

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

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

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

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

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