#999C9A

Color #999C9A Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #999C9A

Tints of Edward #999C9A

Color information

#999C9A (or 0x999C9A) is unknown color: approx Edward. HEX triplet: 99, 9C and 9A. RGB value is (153,156,154). Sum of RGB (Red+Green+Blue) = 153+156+154=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 156 - color contains mainly: green. Hex color #999C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C9A is #666365. Grayscale: #9A9A9A. Windows color (decimal): -6710118 or 10132633. OLE color: 10132633.

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

Color convert

RGB153156154-
CMYK0.0200.010.39
HSL140º1.49%60.59%-
HSV(B)140º1.92%61.18%-
XYZ30.8632.8835.29-
YUV154.88127.51126.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.05%
GREEN value IS 156 (61.33% from 255) = 33.69%
BLUE value IS 154 (60.55% from 255) = 33.26%
R=33.05%
G=33.69%
B=33.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531561540.0200.010.391401.4960.59
Hex999C9A201278c13d
Octal23123423220147214175
Binary1001100110011100100110101001100111100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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