#999E91

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

Shades of Delta #999E91

Tints of Delta #999E91

Color information

#999E91 (or 0x999E91) is unknown color: approx Delta. HEX triplet: 99, 9E and 91. RGB value is (153,158,145). Sum of RGB (Red+Green+Blue) = 153+158+145=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 158 - color contains mainly: green. Hex color #999E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999E91 is #66616E. Grayscale: #9B9B9B. Windows color (decimal): -6709615 or 9543321. OLE color: 9543321.

HSL color Cylindrical-coordinate representation of color #999E91: hue angle of 83.08º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #999E91 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB153158145-
CMYK0.0300.080.38
HSL83.08º6.28%59.41%-
HSV(B)83.08º8.23%61.96%-
XYZ30.4733.2731.6-
YUV155.02122.34126.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.55%
GREEN value IS 158 (62.11% from 255) = 34.65%
BLUE value IS 145 (57.03% from 255) = 31.80%
R=33.55%
G=34.65%
B=31.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531581450.0300.080.3883.086.2859.41
Hex999E91308265363b
Octal231236221301046123673
Binary10011001100111101001000111010001001101010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999E91; }

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

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

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

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

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

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

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

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