#8B746A

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

Shades of Hurricane #8B746A

Tints of Hurricane #8B746A

Color information

#8B746A (or 0x8B746A) is unknown color: approx Hurricane. HEX triplet: 8B, 74 and 6A. RGB value is (139,116,106). Sum of RGB (Red+Green+Blue) = 139+116+106=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B746A is #748B95. Grayscale: #797979. Windows color (decimal): -7637910 or 6976651. OLE color: 6976651.

HSL color Cylindrical-coordinate representation of color #8B746A: hue angle of 18.18º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B746A is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB139116106-
CMYK00.170.240.45
HSL18.18º13.47%48.04%-
HSV(B)18.18º23.74%54.51%-
XYZ19.4919.0216.28-
YUV121.74119.12140.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.50%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=38.50%
G=32.13%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911610600.170.240.4518.1813.4748.04
Hex8B746A011182D12d30
Octal2131641520213055221560
Binary100010111110100110101001000111000101101100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B746A; }

 p { color: rgb(139,116,106); }

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

<style>
 a { background-color: #8B746A; }

 a { background-color: rgb(139,116,106); }

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

<style>
 span { border-color: #8B746A; }

 span { border-color: rgb(139,116,106); }

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