#96999C

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

Shades of Grey Chateau #96999C

Tints of Grey Chateau #96999C

Color information

#96999C (or 0x96999C) is unknown color: approx Grey Chateau. HEX triplet: 96, 99 and 9C. RGB value is (150,153,156). Sum of RGB (Red+Green+Blue) = 150+153+156=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 156 - color contains mainly: blue. Hex color #96999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96999C is #696663. Grayscale: #989898. Windows color (decimal): -6907492 or 10262934. OLE color: 10262934.

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

Color convert

RGB150153156-
CMYK0.040.0200.39
HSL210º2.94%60%-
HSV(B)210º3.85%61.18%-
XYZ29.9731.6735.99-
YUV152.44130.01126.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.68%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=32.68%
G=33.33%
B=33.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501531560.040.0200.392102.9460
Hex96999C42027d233c
Octal22623123442047322374
Binary1001011010011001100111001001001001111101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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