Html Css Color HEX #999A99 Pewter

📋 copy color: '#999A99'

red 153 ◦ green 154 ◦ blue 153

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

Shades of Pewter #999A99

Tints of Pewter #999A99

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.48%

 BLUE value IS 153 (60.16% from 255) = 33.26%

R = 33.26%
G = 33.48%
B = 33.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#999A99 (or 0x999A99) is known color: Pewter. HEX triplet: 99, 9A and 99. RGB value is (153,154,153). Sum of RGB (Red+Green+Blue) = 153+154+153=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 154 - color contains mainly: green. Hex color #999A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999A99 is #666566. Grayscale: #999999. Windows color (decimal): -6710631 or 10066585. OLE color: 10066585.

HSL color Cylindrical-coordinate representation of color #999A99: hue angle of 120º degrees, saturation: 0, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #999A99 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 153 154 153 -
CMYK 0.01 0 0.01 0.40
HSL 120º 0% 0.6% -
HSV(B) 120º 0.01% 0.6% -
XYZ 30.44 32.18 34.74 -
YUV 153.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 153 154 153 0.01 0 0.01 0.40 120 0 0.6
Hex 99 9A 99 1 0 1 28 78 0 3C
Octal 231 232 231 1 0 1 50 170 0 74
Binary 10011001 10011010 10011001 1 0 1 101000 1111000 0 111100

Color Harmonies of #999A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999A99

Black with #999A99

Text Example


Text Example

White with #999A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999A99; }

 p { color: rgb(153,154,153); }

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

background-color css

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

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

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

border-color css

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

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

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