Html Css Color HEX #949699 Grey Chateau

📋 copy color: '#949699'

red 148 ◦ green 150 ◦ blue 153

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

Shades of Grey Chateau #949699

Tints of Grey Chateau #949699

RGB

 RED value IS 148 (58.2% from 255) = 32.82%

 GREEN value IS 150 (58.98% from 255) = 33.26%

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

R = 32.82%
G = 33.26%
B = 33.92%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#949699 (or 0x949699) is known color: Grey Chateau. HEX triplet: 94, 96 and 99. RGB value is (148,150,153). Sum of RGB (Red+Green+Blue) = 148+150+153=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 153 - color contains mainly: blue. Hex color #949699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949699 is #6B6966. Grayscale: #959595. Windows color (decimal): -7039335 or 10065556. OLE color: 10065556.

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

Color convert

RGB 148 150 153 -
CMYK 0.03 0.02 0 0.4
HSL 216º 0.02% 0.59% -
HSV(B) 216º 0.03% 0.6% -
XYZ 28.87 30.41 34.48 -
YUV 149.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 148 150 153 0.03 0.02 0 0.4 216 0.02 0.59
Hex 94 96 99 3 2 0 28 D8 2 3B
Octal 224 226 231 3 2 0 50 330 2 73
Binary 10010100 10010110 10011001 11 10 0 101000 11011000 10 111011

Color Harmonies of #949699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949699

Black with #949699

Text Example


Text Example

White with #949699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949699; }

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

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

background-color css

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

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

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

border-color css

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

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

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