#999287

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

Shades of Heathered Grey #999287

Tints of Heathered Grey #999287

Color information

#999287 (or 0x999287) is unknown color: approx Heathered Grey. HEX triplet: 99, 92 and 87. RGB value is (153,146,135). Sum of RGB (Red+Green+Blue) = 153+146+135=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #999287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999287 is #666D78. Grayscale: #929292. Windows color (decimal): -6712697 or 8884889. OLE color: 8884889.

HSL color Cylindrical-coordinate representation of color #999287: hue angle of 36.67º degrees, saturation: 0.08, 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 #999287 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB153146135-
CMYK00.050.120.4
HSL36.67º8.11%56.47%-
HSV(B)36.67º11.76%60%-
XYZ27.7929.0827.07-
YUV146.84121.32132.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 135 (53.12% from 255) = 31.11%
R=35.25%
G=33.64%
B=31.11%

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
Decimal15314613500.050.120.436.678.1156.47
Hex99928705C2825838
Octal231222207051450451070
Binary100110011001001010000111010111001010001001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999287; }

 p { color: rgb(153,146,135); }

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

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

 a { background-color: rgb(153,146,135); }

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

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

 span { border-color: rgb(153,146,135); }

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