Html Css Color HEX #96999C Grey Chateau

📋 copy color: '#96999C'

red 150 ◦ green 153 ◦ blue 156

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

Shades of Grey Chateau #96999C

Tints of Grey Chateau #96999C

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 value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96999C (or 0x96999C) is known color: 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

RGB 150 153 156 -
CMYK 0.04 0.02 0 0.39
HSL 210º 0.03% 0.6% -
HSV(B) 210º 0.04% 0.61% -
XYZ 29.97 31.67 35.99 -
YUV 152.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 150 153 156 0.04 0.02 0 0.39 210 0.03 0.6
Hex 96 99 9C 4 2 0 27 D2 3 3C
Octal 226 231 234 4 2 0 47 322 3 74
Binary 10010110 10011001 10011100 100 10 0 100111 11010010 11 111100

Color Harmonies of #96999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96999C

Black with #96999C

Text Example


Text Example

White with #96999C

Text Example


Text Example

HTML Codes & Css Web 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>