#9B9F91

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

Shades of Delta #9B9F91

Tints of Delta #9B9F91

Color information

#9B9F91 (or 0x9B9F91) is unknown color: approx Delta. HEX triplet: 9B, 9F and 91. RGB value is (155,159,145). Sum of RGB (Red+Green+Blue) = 155+159+145=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 159 - color contains mainly: green. Hex color #9B9F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9F91 is #64606E. Grayscale: #9C9C9C. Windows color (decimal): -6578287 or 9543579. OLE color: 9543579.

HSL color Cylindrical-coordinate representation of color #9B9F91: hue angle of 77.14º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9B9F91 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB155159145-
CMYK0.0300.090.38
HSL77.14º6.8%59.61%-
HSV(B)77.14º8.81%62.35%-
XYZ31.0333.8131.68-
YUV156.21121.67127.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.77%
GREEN value IS 159 (62.5% from 255) = 34.64%
BLUE value IS 145 (57.03% from 255) = 31.59%
R=33.77%
G=34.64%
B=31.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551591450.0300.090.3877.146.859.61
Hex9B9F91309264d73c
Octal233237221301146115774
Binary10011011100111111001000111010011001101001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B9F91; }

 p { color: rgb(155,159,145); }

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

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

 a { background-color: rgb(155,159,145); }

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

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

 span { border-color: rgb(155,159,145); }

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