#86736B

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

Shades of Hurricane #86736B

Tints of Hurricane #86736B

Color information

#86736B (or 0x86736B) is unknown color: approx Hurricane. HEX triplet: 86, 73 and 6B. RGB value is (134,115,107). Sum of RGB (Red+Green+Blue) = 134+115+107=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #86736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86736B is #798C94. Grayscale: #777777. Windows color (decimal): -7965845 or 7041926. OLE color: 7041926.

HSL color Cylindrical-coordinate representation of color #86736B: hue angle of 17.78º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #86736B is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB134115107-
CMYK00.140.200.47
HSL17.78º11.2%47.25%-
HSV(B)17.78º20.15%52.55%-
XYZ18.6218.3916.48-
YUV119.77120.79138.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.64%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 107 (42.19% from 255) = 30.06%
R=37.64%
G=32.30%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411510700.140.200.4717.7811.247.25
Hex86736B0E142F12b2f
Octal2061631530162457221357
Binary10000110111001111010110111010100101111100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,115,107); }

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

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

 a { background-color: rgb(134,115,107); }

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

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

 span { border-color: rgb(134,115,107); }

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