Html Css Color HEX #999E91 Delta

📋 copy color: '#999E91'

red 153 ◦ green 158 ◦ blue 145

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

Shades of Delta #999E91

Tints of Delta #999E91

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.8%

R = 33.55%
G = 34.65%
B = 31.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#999E91 (or 0x999E91) is known color: 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

RGB 153 158 145 -
CMYK 0.03 0 0.08 0.38
HSL 83.08º 0.06% 0.59% -
HSV(B) 83.08º 0.08% 0.62% -
XYZ 30.47 33.27 31.6 -
YUV 155.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 153 158 145 0.03 0 0.08 0.38 83.08 0.06 0.59
Hex 99 9E 91 3 0 8 26 53 6 3B
Octal 231 236 221 3 0 10 46 123 6 73
Binary 10011001 10011110 10010001 11 0 1000 100110 1010011 110 111011

Color Harmonies of #999E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999E91

Black with #999E91

Text Example


Text Example

White with #999E91

Text Example


Text Example

HTML Codes & Css Web 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>