#86534B

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

Shades of Lotus #86534B

Tints of Lotus #86534B

Color information

#86534B (or 0x86534B) is unknown color: approx Lotus. HEX triplet: 86, 53 and 4B. RGB value is (134,83,75). Sum of RGB (Red+Green+Blue) = 134+83+75=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #86534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86534B is #79ACB4. Grayscale: #616161. Windows color (decimal): -7974069 or 4936582. OLE color: 4936582.

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

Color convert

RGB1348375-
CMYK00.380.440.47
HSL8.14º28.23%40.98%-
HSV(B)8.14º44.03%52.55%-
XYZ14.1911.768.18-
YUV97.34115.4154.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 83 (32.81% from 255) = 28.42%
BLUE value IS 75 (29.69% from 255) = 25.68%
R=45.89%
G=28.42%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134837500.380.440.478.1428.2340.98
Hex86534B0262C2F81c29
Octal2061231130465457103451
Binary10000110101001110010110100110101100101111100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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