#97999C

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

Shades of Grey Chateau #97999C

Tints of Grey Chateau #97999C

Color information

#97999C (or 0x97999C) is unknown color: approx Grey Chateau. HEX triplet: 97, 99 and 9C. RGB value is (151,153,156). Sum of RGB (Red+Green+Blue) = 151+153+156=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 156 - color contains mainly: blue. Hex color #97999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97999C is #686663. Grayscale: #989898. Windows color (decimal): -6841956 or 10262935. OLE color: 10262935.

HSL color Cylindrical-coordinate representation of color #97999C: hue angle of 216º 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 #97999C is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB151153156-
CMYK0.030.0200.39
HSL216º2.46%60.2%-
HSV(B)216º3.21%61.18%-
XYZ30.1531.7635.99-
YUV152.74129.84126.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.83%
GREEN value IS 153 (60.16% from 255) = 33.26%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=32.83%
G=33.26%
B=33.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511531560.030.0200.392162.4660.2
Hex97999C32027d823c
Octal22723123432047330274
Binary100101111001100110011100111001001111101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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