Html Css Color HEX #999285 Heathered Grey

📋 copy color: '#999285'

red 153 ◦ green 146 ◦ blue 133

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

Shades of Heathered Grey #999285

Tints of Heathered Grey #999285

RGB

 RED value IS 153 (60.16% from 255) = 35.42%

 GREEN value IS 146 (57.42% from 255) = 33.8%

 BLUE value IS 133 (52.34% from 255) = 30.79%

R = 35.42%
G = 33.8%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#999285 (or 0x999285) is known color: Heathered Grey. HEX triplet: 99, 92 and 85. RGB value is (153,146,133). Sum of RGB (Red+Green+Blue) = 153+146+133=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #999285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999285 is #666D7A. Grayscale: #929292. Windows color (decimal): -6712699 or 8753817. OLE color: 8753817.

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

Color convert

RGB 153 146 133 -
CMYK 0 0.05 0.13 0.4
HSL 39º 0.09% 0.56% -
HSV(B) 39º 0.13% 0.6% -
XYZ 27.65 29.02 26.34 -
YUV 146.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 153 146 133 0 0.05 0.13 0.4 39 0.09 0.56
Hex 99 92 85 0 5 D 28 27 9 38
Octal 231 222 205 0 5 15 50 47 11 70
Binary 10011001 10010010 10000101 0 101 1101 101000 100111 1001 111000

Color Harmonies of #999285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999285

Black with #999285

Text Example


Text Example

White with #999285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999285; }

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

 H1.HeaderClassName
 {
   color: #999285;
 }
 .AnyTagClassName
 {
   color: #999285;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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