Html Css Color HEX #969699 Grey Suit

📋 copy color: '#969699'

red 150 ◦ green 150 ◦ blue 153

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

Shades of Grey Suit #969699

Tints of Grey Suit #969699

RGB

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

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

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

R = 33.11%
G = 33.11%
B = 33.77%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#969699 (or 0x969699) is known color: Grey Suit. HEX triplet: 96, 96 and 99. RGB value is (150,150,153). Sum of RGB (Red+Green+Blue) = 150+150+153=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 150 (58.98% from 255 or 33.11% 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 #969699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969699 is #696966. Grayscale: #969696. Windows color (decimal): -6908263 or 10065558. OLE color: 10065558.

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

Color convert

RGB 150 150 153 -
CMYK 0.02 0.02 0 0.4
HSL 240º 0.01% 0.59% -
HSV(B) 240º 0.02% 0.6% -
XYZ 29.23 30.6 34.5 -
YUV 150.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 150 150 153 0.02 0.02 0 0.4 240 0.01 0.59
Hex 96 96 99 2 2 0 28 F0 1 3B
Octal 226 226 231 2 2 0 50 360 1 73
Binary 10010110 10010110 10011001 10 10 0 101000 11110000 1 111011

Color Harmonies of #969699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969699

Black with #969699

Text Example


Text Example

White with #969699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969699; }

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

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

background-color css

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

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

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

border-color css

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

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

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