#999A9B

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

Shades of Grey Chateau #999A9B

Tints of Grey Chateau #999A9B

Color information

#999A9B (or 0x999A9B) is unknown color: approx Grey Chateau. HEX triplet: 99, 9A and 9B. RGB value is (153,154,155). Sum of RGB (Red+Green+Blue) = 153+154+155=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 155 - color contains mainly: blue. Hex color #999A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999A9B is #666564. Grayscale: #999999. Windows color (decimal): -6710629 or 10197657. OLE color: 10197657.

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

Color convert

RGB153154155-
CMYK0.010.0100.39
HSL210º0.99%60.39%-
HSV(B)210º1.29%60.78%-
XYZ30.6132.2535.62-
YUV153.82128.67127.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.12%
GREEN value IS 154 (60.55% from 255) = 33.33%
BLUE value IS 155 (60.94% from 255) = 33.55%
R=33.12%
G=33.33%
B=33.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531541550.010.0100.392100.9960.39
Hex999A9B11027d213c
Octal23123223311047322174
Binary100110011001101010011011110100111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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