#86534C

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

Shades of Lotus #86534C

Tints of Lotus #86534C

Color information

#86534C (or 0x86534C) is unknown color: approx Lotus. HEX triplet: 86, 53 and 4C. RGB value is (134,83,76). Sum of RGB (Red+Green+Blue) = 134+83+76=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #86534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86534C is #79ACB3. Grayscale: #616161. Windows color (decimal): -7974068 or 5002118. OLE color: 5002118.

HSL color Cylindrical-coordinate representation of color #86534C: hue angle of 7.24º 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 #86534C is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1348376-
CMYK00.380.430.47
HSL7.24º27.62%41.18%-
HSV(B)7.24º43.28%52.55%-
XYZ14.2311.788.36-
YUV97.45115.9154.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 76 (30.08% from 255) = 25.94%
R=45.73%
G=28.33%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134837600.380.430.477.2427.6241.18
Hex86534C0262B2F71c29
Octal206123114046535773451
Binary1000011010100111001100010011010101110111111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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