#81736E

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

Shades of Hurricane #81736E

Tints of Hurricane #81736E

Color information

#81736E (or 0x81736E) is unknown color: approx Hurricane. HEX triplet: 81, 73 and 6E. RGB value is (129,115,110). Sum of RGB (Red+Green+Blue) = 129+115+110=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 129 - color contains mainly: red. Hex color #81736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81736E is #7E8C91. Grayscale: #767676. Windows color (decimal): -8293522 or 7238529. OLE color: 7238529.

HSL color Cylindrical-coordinate representation of color #81736E: hue angle of 15.79º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #81736E is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB129115110-
CMYK00.110.150.49
HSL15.79º7.95%46.86%-
HSV(B)15.79º14.73%50.59%-
XYZ1818.0517.29-
YUV118.62123.14135.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.44%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 110 (43.36% from 255) = 31.07%
R=36.44%
G=32.49%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911511000.110.150.4915.797.9546.86
Hex81736E0BF311082f
Octal2011631560131761201057
Binary1000000111100111101110010111111110001100001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81736E; }

 p { color: rgb(129,115,110); }

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

<style>
 a { background-color: #81736E; }

 a { background-color: rgb(129,115,110); }

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

<style>
 span { border-color: #81736E; }

 span { border-color: rgb(129,115,110); }

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