#86514C

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

Shades of Lotus #86514C

Tints of Lotus #86514C

Color information

#86514C (or 0x86514C) is unknown color: approx Lotus. HEX triplet: 86, 51 and 4C. RGB value is (134,81,76). Sum of RGB (Red+Green+Blue) = 134+81+76=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #86514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86514C is #79AEB3. Grayscale: #606060. Windows color (decimal): -7974580 or 5001606. OLE color: 5001606.

HSL color Cylindrical-coordinate representation of color #86514C: hue angle of 5.17º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86514C is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1348176-
CMYK00.400.430.47
HSL5.17º27.62%41.18%-
HSV(B)5.17º43.28%52.55%-
XYZ14.0811.478.31-
YUV96.28116.56154.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 76 (30.08% from 255) = 26.12%
R=46.05%
G=27.84%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134817600.400.430.475.1727.6241.18
Hex86514C0282B2F51c29
Octal206121114050535753451
Binary1000011010100011001100010100010101110111110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86514C; }

 p { color: rgb(134,81,76); }

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

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

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

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

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

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

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