#99917E

Color #99917E Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #99917E

Tints of Heathered Grey #99917E

Color information

#99917E (or 0x99917E) is unknown color: approx Heathered Grey. HEX triplet: 99, 91 and 7E. RGB value is (153,145,126). Sum of RGB (Red+Green+Blue) = 153+145+126=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #99917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99917E is #666E81. Grayscale: #919191. Windows color (decimal): -6712962 or 8294809. OLE color: 8294809.

HSL color Cylindrical-coordinate representation of color #99917E: hue angle of 42.22º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99917E is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB153145126-
CMYK00.050.180.4
HSL42.22º11.69%54.71%-
HSV(B)42.22º17.65%60%-
XYZ27.0328.5323.82-
YUV145.23117.15133.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.08%
GREEN value IS 145 (57.03% from 255) = 34.20%
BLUE value IS 126 (49.61% from 255) = 29.72%
R=36.08%
G=34.20%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314512600.050.180.442.2211.6954.71
Hex99917E0512282ac37
Octal231221176052250521467
Binary100110011001000111111100101100101010001010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99917E; }

 p { color: rgb(153,145,126); }

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

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

 a { background-color: rgb(153,145,126); }

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

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

 span { border-color: rgb(153,145,126); }

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