Html Css Color HEX #999085 Heathered Grey

📋 copy color: '#999085'

red 153 ◦ green 144 ◦ blue 133

#999085
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heathered Grey #999085

Tints of Heathered Grey #999085

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 value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#999085 (or 0x999085) is known color: 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

RGB 153 144 133 -
CMYK 0 0.06 0.13 0.4
HSL 33º 0.09% 0.56% -
HSV(B) 33º 0.13% 0.6% -
XYZ 27.34 28.41 26.23 -
YUV 145.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 153 144 133 0 0.06 0.13 0.4 33 0.09 0.56
Hex 99 90 85 0 6 D 28 21 9 38
Octal 231 220 205 0 6 15 50 41 11 70
Binary 10011001 10010000 10000101 0 110 1101 101000 100001 1001 111000

Color Harmonies of #999085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999085

Black with #999085

Text Example


Text Example

White with #999085

Text Example


Text Example

HTML Codes & Css Web 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>