Html Css Color HEX #999D99 Pewter

📋 copy color: '#999D99'

red 153 ◦ green 157 ◦ blue 153

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

Shades of Pewter #999D99

Tints of Pewter #999D99

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.91%

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

R = 33.05%
G = 33.91%
B = 33.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#999D99 (or 0x999D99) is known color: Pewter. HEX triplet: 99, 9D and 99. RGB value is (153,157,153). Sum of RGB (Red+Green+Blue) = 153+157+153=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 157 - color contains mainly: green. Hex color #999D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999D99 is #666266. Grayscale: #9B9B9B. Windows color (decimal): -6709863 or 10067353. OLE color: 10067353.

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

Color convert

RGB 153 157 153 -
CMYK 0.03 0 0.03 0.38
HSL 120º 0.02% 0.61% -
HSV(B) 120º 0.03% 0.62% -
XYZ 30.94 33.19 34.91 -
YUV 155.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 153 157 153 0.03 0 0.03 0.38 120 0.02 0.61
Hex 99 9D 99 3 0 3 26 78 2 3D
Octal 231 235 231 3 0 3 46 170 2 75
Binary 10011001 10011101 10011001 11 0 11 100110 1111000 10 111101

Color Harmonies of #999D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999D99

Black with #999D99

Text Example


Text Example

White with #999D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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