Html Css Color HEX #959991 Delta

📋 copy color: '#959991'

red 149 ◦ green 153 ◦ blue 145

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

Shades of Delta #959991

Tints of Delta #959991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.23%

 BLUE value IS 145 (57.03% from 255) = 32.44%

R = 33.33%
G = 34.23%
B = 32.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#959991 (or 0x959991) is known color: Delta. HEX triplet: 95, 99 and 91. RGB value is (149,153,145). Sum of RGB (Red+Green+Blue) = 149+153+145=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 153 - color contains mainly: green. Hex color #959991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959991 is #6A666E. Grayscale: #969696. Windows color (decimal): -6973039 or 9542037. OLE color: 9542037.

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

Color convert

RGB 149 153 145 -
CMYK 0.03 0 0.05 0.4
HSL 90º 0.04% 0.58% -
HSV(B) 90º 0.05% 0.6% -
XYZ 28.9 31.22 31.29 -
YUV 150.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 149 153 145 0.03 0 0.05 0.4 90 0.04 0.58
Hex 95 99 91 3 0 5 28 5A 4 3A
Octal 225 231 221 3 0 5 50 132 4 72
Binary 10010101 10011001 10010001 11 0 101 101000 1011010 100 111010

Color Harmonies of #959991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959991

Black with #959991

Text Example


Text Example

White with #959991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959991; }

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

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

background-color css

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

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

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

border-color css

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

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

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