#938076

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

Shades of Hurricane #938076

Tints of Hurricane #938076

Color information

#938076 (or 0x938076) is unknown color: approx Hurricane. HEX triplet: 93, 80 and 76. RGB value is (147,128,118). Sum of RGB (Red+Green+Blue) = 147+128+118=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #938076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938076 is #6C7F89. Grayscale: #848484. Windows color (decimal): -7110538 or 7766163. OLE color: 7766163.

HSL color Cylindrical-coordinate representation of color #938076: hue angle of 20.69º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #938076 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB147128118-
CMYK00.130.200.42
HSL20.69º11.84%51.96%-
HSV(B)20.69º19.73%57.65%-
XYZ23.0222.9520.36-
YUV132.54119.79138.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=37.40%
G=32.57%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712811800.130.200.4220.6911.8451.96
Hex9380760D142A15c34
Octal2232001660152452251464
Binary100100111000000011101100110110100101010101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938076; }

 p { color: rgb(147,128,118); }

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

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

 a { background-color: rgb(147,128,118); }

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

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

 span { border-color: rgb(147,128,118); }

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