#917B6F

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

Shades of Hurricane #917B6F

Tints of Hurricane #917B6F

Color information

#917B6F (or 0x917B6F) is unknown color: approx Hurricane. HEX triplet: 91, 7B and 6F. RGB value is (145,123,111). Sum of RGB (Red+Green+Blue) = 145+123+111=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #917B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B6F is #6E8490. Grayscale: #808080. Windows color (decimal): -7242897 or 7306129. OLE color: 7306129.

HSL color Cylindrical-coordinate representation of color #917B6F: hue angle of 21.18º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #917B6F is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB145123111-
CMYK00.150.230.43
HSL21.18º13.39%50.2%-
HSV(B)21.18º23.45%56.86%-
XYZ21.6321.3318.02-
YUV128.21118.29139.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=38.26%
G=32.45%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512311100.150.230.4321.1813.3950.2
Hex917B6F0F172B15d32
Octal2211731570172753251562
Binary10010001111101111011110111110111101011101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917B6F; }

 p { color: rgb(145,123,111); }

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

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

 a { background-color: rgb(145,123,111); }

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

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

 span { border-color: rgb(145,123,111); }

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