Html Css Color HEX #969899 Grey Chateau

📋 copy color: '#969899'

red 150 ◦ green 152 ◦ blue 153

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

Shades of Grey Chateau #969899

Tints of Grey Chateau #969899

RGB

 RED value IS 150 (58.98% from 255) = 32.97%

 GREEN value IS 152 (59.77% from 255) = 33.41%

 BLUE value IS 153 (60.16% from 255) = 33.63%

R = 32.97%
G = 33.41%
B = 33.63%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#969899 (or 0x969899) is known color: Grey Chateau. HEX triplet: 96, 98 and 99. RGB value is (150,152,153). Sum of RGB (Red+Green+Blue) = 150+152+153=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 153 - color contains mainly: blue. Hex color #969899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969899 is #696766. Grayscale: #979797. Windows color (decimal): -6907751 or 10066070. OLE color: 10066070.

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

Color convert

RGB 150 152 153 -
CMYK 0.02 0.01 0 0.4
HSL 200º 0.01% 0.59% -
HSV(B) 200º 0.02% 0.6% -
XYZ 29.56 31.24 34.61 -
YUV 151.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 150 152 153 0.02 0.01 0 0.4 200 0.01 0.59
Hex 96 98 99 2 1 0 28 C8 1 3B
Octal 226 230 231 2 1 0 50 310 1 73
Binary 10010110 10011000 10011001 10 1 0 101000 11001000 1 111011

Color Harmonies of #969899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969899

Black with #969899

Text Example


Text Example

White with #969899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969899; }

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

 H1.HeaderClassName
 {
   color: #969899;
 }
 .AnyTagClassName
 {
   color: #969899;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #969899;
 }
 .BgClassName
 {
   background-color: #969899;
 }
</style>

border-color css

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

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

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