#999085

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

Shades of Heathered Grey #999085

Tints of Heathered Grey #999085

Color information

#999085 (or 0x999085) is unknown color: approx Heathered Grey. HEX triplet: 99, 90 and 85. RGB value is (153,144,133). Sum of RGB (Red+Green+Blue) = 153+144+133=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #999085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999085 is #666F7A. Grayscale: #919191. Windows color (decimal): -6713211 or 8753305. OLE color: 8753305.

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

Color convert

RGB153144133-
CMYK00.060.130.4
HSL33º8.93%56.08%-
HSV(B)33º13.07%60%-
XYZ27.3428.4126.23-
YUV145.44120.98133.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=35.58%
G=33.49%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314413300.060.130.4338.9356.08
Hex99908506D2821938
Octal231220205061550411170
Binary100110011001000010000101011011011010001000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999085; }

 p { color: rgb(153,144,133); }

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

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

 a { background-color: rgb(153,144,133); }

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

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

 span { border-color: rgb(153,144,133); }

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