Html Css Color HEX #918176 Hurricane

📋 copy color: '#918176'

red 145 ◦ green 129 ◦ blue 118

#918176
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hurricane #918176

Tints of Hurricane #918176

RGB

 RED value IS 145 (57.03% from 255) = 36.99%

 GREEN value IS 129 (50.78% from 255) = 32.91%

 BLUE value IS 118 (46.48% from 255) = 30.1%

R = 36.99%
G = 32.91%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#918176 (or 0x918176) is known color: Hurricane. HEX triplet: 91, 81 and 76. RGB value is (145,129,118). Sum of RGB (Red+Green+Blue) = 145+129+118=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #918176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918176 is #6E7E89. Grayscale: #848484. Windows color (decimal): -7241354 or 7766417. OLE color: 7766417.

HSL color Cylindrical-coordinate representation of color #918176: hue angle of 24.44º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #918176 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 129 118 -
CMYK 0 0.11 0.19 0.43
HSL 24.44º 0.11% 0.52% -
HSV(B) 24.44º 0.19% 0.57% -
XYZ 22.8 23.03 20.38 -
YUV 132.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 145 129 118 0 0.11 0.19 0.43 24.44 0.11 0.52
Hex 91 81 76 0 B 13 2B 18 B 34
Octal 221 201 166 0 13 23 53 30 13 64
Binary 10010001 10000001 1110110 0 1011 10011 101011 11000 1011 110100

Color Harmonies of #918176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918176

Black with #918176

Text Example


Text Example

White with #918176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918176; }

 p { color: rgb(145,129,118); }

 H1.HeaderClassName
 {
   color: #918176;
 }
 .AnyTagClassName
 {
   color: #918176;
 }
</style>

background-color css

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

 a { background-color: rgb(145,129,118); }

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

border-color css

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

 span { border-color: rgb(145,129,118); }

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