Html Css Color HEX #969599 Grey Suit

📋 copy color: '#969599'

red 150 ◦ green 149 ◦ blue 153

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

Shades of Grey Suit #969599

Tints of Grey Suit #969599

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.96%

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

R = 33.19%
G = 32.96%
B = 33.85%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#969599 (or 0x969599) is known color: Grey Suit. HEX triplet: 96, 95 and 99. RGB value is (150,149,153). Sum of RGB (Red+Green+Blue) = 150+149+153=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 153 - color contains mainly: blue. Hex color #969599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969599 is #696A66. Grayscale: #959595. Windows color (decimal): -6908519 or 10065302. OLE color: 10065302.

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

Color convert

RGB 150 149 153 -
CMYK 0.02 0.03 0 0.4
HSL 255º 0.02% 0.59% -
HSV(B) 255º 0.03% 0.6% -
XYZ 29.07 30.28 34.45 -
YUV 149.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 150 149 153 0.02 0.03 0 0.4 255 0.02 0.59
Hex 96 95 99 2 3 0 28 FF 2 3B
Octal 226 225 231 2 3 0 50 377 2 73
Binary 10010110 10010101 10011001 10 11 0 101000 11111111 10 111011

Color Harmonies of #969599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969599

Black with #969599

Text Example


Text Example

White with #969599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969599; }

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

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

background-color css

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

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

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

border-color css

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

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

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