#86766F

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

Shades of Hurricane #86766F

Tints of Hurricane #86766F

Color information

#86766F (or 0x86766F) is unknown color: approx Hurricane. HEX triplet: 86, 76 and 6F. RGB value is (134,118,111). Sum of RGB (Red+Green+Blue) = 134+118+111=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #86766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86766F is #798990. Grayscale: #7A7A7A. Windows color (decimal): -7965073 or 7304838. OLE color: 7304838.

HSL color Cylindrical-coordinate representation of color #86766F: hue angle of 18.26º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86766F is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB134118111-
CMYK00.120.170.47
HSL18.26º9.39%48.04%-
HSV(B)18.26º17.16%52.55%-
XYZ19.1819.1717.73-
YUV121.99121.8136.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 118 (46.48% from 255) = 32.51%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=36.91%
G=32.51%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411811100.120.170.4718.269.3948.04
Hex86766F0C112F12930
Octal2061661570142157221160
Binary10000110111011011011110110010001101111100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86766F; }

 p { color: rgb(134,118,111); }

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

<style>
 a { background-color: #86766F; }

 a { background-color: rgb(134,118,111); }

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

<style>
 span { border-color: #86766F; }

 span { border-color: rgb(134,118,111); }

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