#949591

Color #949591 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #949591

Tints of Delta #949591

Color information

#949591 (or 0x949591) is unknown color: approx Delta. HEX triplet: 94, 95 and 91. RGB value is (148,149,145). Sum of RGB (Red+Green+Blue) = 148+149+145=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 149 - color contains mainly: green. Hex color #949591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949591 is #6B6A6E. Grayscale: #949494. Windows color (decimal): -7039599 or 9541012. OLE color: 9541012.

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

Color convert

RGB148149145-
CMYK0.0100.030.42
HSL75º1.85%57.65%-
HSV(B)75º2.68%58.43%-
XYZ28.0729.8431.07-
YUV148.24126.17127.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.48%
GREEN value IS 149 (58.59% from 255) = 33.71%
BLUE value IS 145 (57.03% from 255) = 32.81%
R=33.48%
G=33.71%
B=32.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481491450.0100.030.42751.8557.65
Hex9495911032A4b23a
Octal22422522110352113272
Binary1001010010010101100100011011101010100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949591; }

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

 H1.HeaderClassName
 {
   color: #949591;
 }
 .AnyTagClassName
 {
   color: #949591;
 }
</style>
background-color css

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

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

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

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

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

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