#96999B

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

Shades of Grey Chateau #96999B

Tints of Grey Chateau #96999B

Color information

#96999B (or 0x96999B) is unknown color: approx Grey Chateau. HEX triplet: 96, 99 and 9B. RGB value is (150,153,155). Sum of RGB (Red+Green+Blue) = 150+153+155=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 155 - color contains mainly: blue. Hex color #96999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96999B is #696664. Grayscale: #989898. Windows color (decimal): -6907493 or 10197398. OLE color: 10197398.

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

Color convert

RGB150153155-
CMYK0.030.0100.39
HSL204º2.44%59.8%-
HSV(B)204º3.23%60.78%-
XYZ29.8931.6335.54-
YUV152.33129.51126.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.75%
GREEN value IS 153 (60.16% from 255) = 33.41%
BLUE value IS 155 (60.94% from 255) = 33.84%
R=32.75%
G=33.41%
B=33.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501531550.030.0100.392042.4459.8
Hex96999B31027cc23c
Octal22623123331047314274
Binary10010110100110011001101111101001111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96999B; }

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

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

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

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

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

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

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

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