#999284

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

Shades of Heathered Grey #999284

Tints of Heathered Grey #999284

Color information

#999284 (or 0x999284) is unknown color: approx Heathered Grey. HEX triplet: 99, 92 and 84. RGB value is (153,146,132). Sum of RGB (Red+Green+Blue) = 153+146+132=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #999284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999284 is #666D7B. Grayscale: #929292. Windows color (decimal): -6712700 or 8688281. OLE color: 8688281.

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

Color convert

RGB153146132-
CMYK00.050.140.4
HSL40º9.33%55.88%-
HSV(B)40º13.73%60%-
XYZ27.582925.97-
YUV146.5119.82132.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 132 (51.95% from 255) = 30.63%
R=35.50%
G=33.87%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314613200.050.140.4409.3355.88
Hex99928405E2828938
Octal231222204051650501170
Binary100110011001001010000100010111101010001010001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999284; }

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

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

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

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

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

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

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

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