#86726A

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

Shades of Hurricane #86726A

Tints of Hurricane #86726A

Color information

#86726A (or 0x86726A) is unknown color: approx Hurricane. HEX triplet: 86, 72 and 6A. RGB value is (134,114,106). Sum of RGB (Red+Green+Blue) = 134+114+106=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #86726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86726A is #798D95. Grayscale: #777777. Windows color (decimal): -7966102 or 6976134. OLE color: 6976134.

HSL color Cylindrical-coordinate representation of color #86726A: hue angle of 17.14º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86726A is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB134114106-
CMYK00.150.210.47
HSL17.14º11.67%47.06%-
HSV(B)17.14º20.9%52.55%-
XYZ18.4518.1416.17-
YUV119.07120.63138.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=37.85%
G=32.20%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411410600.150.210.4717.1411.6747.06
Hex86726A0F152F11c2f
Octal2061621520172557211457
Binary10000110111001011010100111110101101111100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86726A; }

 p { color: rgb(134,114,106); }

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

<style>
 a { background-color: #86726A; }

 a { background-color: rgb(134,114,106); }

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

<style>
 span { border-color: #86726A; }

 span { border-color: rgb(134,114,106); }

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