#8B766F

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

Shades of Hurricane #8B766F

Tints of Hurricane #8B766F

Color information

#8B766F (or 0x8B766F) is unknown color: approx Hurricane. HEX triplet: 8B, 76 and 6F. RGB value is (139,118,111). Sum of RGB (Red+Green+Blue) = 139+118+111=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 139 - color contains mainly: red. Hex color #8B766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B766F is #748990. Grayscale: #7B7B7B. Windows color (decimal): -7637393 or 7304843. OLE color: 7304843.

HSL color Cylindrical-coordinate representation of color #8B766F: hue angle of 15º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B766F is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB139118111-
CMYK00.150.200.45
HSL15º11.2%49.02%-
HSV(B)15º20.14%54.51%-
XYZ2019.5917.77-
YUV123.48120.96139.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.77%
GREEN value IS 118 (46.48% from 255) = 32.07%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=37.77%
G=32.07%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911811100.150.200.451511.249.02
Hex8B766F0F142Dfb31
Octal2131661570172455171361
Binary1000101111101101101111011111010010110111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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