Html Css Color HEX #959799 Grey Chateau

📋 copy color: '#959799'

red 149 ◦ green 151 ◦ blue 153

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

Shades of Grey Chateau #959799

Tints of Grey Chateau #959799

RGB

 RED value IS 149 (58.59% from 255) = 32.89%

 GREEN value IS 151 (59.38% from 255) = 33.33%

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

R = 32.89%
G = 33.33%
B = 33.77%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#959799 (or 0x959799) is known color: Grey Chateau. HEX triplet: 95, 97 and 99. RGB value is (149,151,153). Sum of RGB (Red+Green+Blue) = 149+151+153=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 153 - color contains mainly: blue. Hex color #959799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959799 is #6A6866. Grayscale: #969696. Windows color (decimal): -6973543 or 10065813. OLE color: 10065813.

HSL color Cylindrical-coordinate representation of color #959799: hue angle of 210º 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 #959799 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 151 153 -
CMYK 0.03 0.01 0 0.4
HSL 210º 0.02% 0.59% -
HSV(B) 210º 0.03% 0.6% -
XYZ 29.21 30.82 34.55 -
YUV 150.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 149 151 153 0.03 0.01 0 0.4 210 0.02 0.59
Hex 95 97 99 3 1 0 28 D2 2 3B
Octal 225 227 231 3 1 0 50 322 2 73
Binary 10010101 10010111 10011001 11 1 0 101000 11010010 10 111011

Color Harmonies of #959799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959799

Black with #959799

Text Example


Text Example

White with #959799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959799; }

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

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

background-color css

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

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

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

border-color css

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

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

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