#999186

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

Shades of Heathered Grey #999186

Tints of Heathered Grey #999186

Color information

#999186 (or 0x999186) is unknown color: approx Heathered Grey. HEX triplet: 99, 91 and 86. RGB value is (153,145,134). Sum of RGB (Red+Green+Blue) = 153+145+134=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #999186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999186 is #666E79. Grayscale: #929292. Windows color (decimal): -6712954 or 8819097. OLE color: 8819097.

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

Color convert

RGB153145134-
CMYK00.050.120.4
HSL34.74º8.52%56.27%-
HSV(B)34.74º12.42%60%-
XYZ27.5728.7426.65-
YUV146.14121.15132.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 145 (57.03% from 255) = 33.56%
BLUE value IS 134 (52.73% from 255) = 31.02%
R=35.42%
G=33.56%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314513400.050.120.434.748.5256.27
Hex99918605C2823938
Octal231221206051450431170
Binary100110011001000110000110010111001010001000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999186; }

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

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

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

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

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

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

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

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