#81746E

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

Shades of Hurricane #81746E

Tints of Hurricane #81746E

Color information

#81746E (or 0x81746E) is unknown color: approx Hurricane. HEX triplet: 81, 74 and 6E. RGB value is (129,116,110). Sum of RGB (Red+Green+Blue) = 129+116+110=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 129 - color contains mainly: red. Hex color #81746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81746E is #7E8B91. Grayscale: #777777. Windows color (decimal): -8293266 or 7238785. OLE color: 7238785.

HSL color Cylindrical-coordinate representation of color #81746E: hue angle of 18.95º 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 #81746E is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB129116110-
CMYK00.100.150.49
HSL18.95º7.95%46.86%-
HSV(B)18.95º14.73%50.59%-
XYZ18.1118.2817.33-
YUV119.2122.81134.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=36.34%
G=32.68%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911611000.100.150.4918.957.9546.86
Hex81746E0AF311382f
Octal2011641560121761231057
Binary1000000111101001101110010101111110001100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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