Html Css Color HEX #91998B Delta

📋 copy color: '#91998B'

red 145 ◦ green 153 ◦ blue 139

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

Shades of Delta #91998B

Tints of Delta #91998B

RGB

 RED value IS 145 (57.03% from 255) = 33.18%

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

 BLUE value IS 139 (54.69% from 255) = 31.81%

R = 33.18%
G = 35.01%
B = 31.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#91998B (or 0x91998B) is known color: Delta. HEX triplet: 91, 99 and 8B. RGB value is (145,153,139). Sum of RGB (Red+Green+Blue) = 145+153+139=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 153 - color contains mainly: green. Hex color #91998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91998B is #6E6674. Grayscale: #959595. Windows color (decimal): -7235189 or 9148817. OLE color: 9148817.

HSL color Cylindrical-coordinate representation of color #91998B: hue angle of 94.29º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #91998B is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 153 139 -
CMYK 0.05 0 0.09 0.4
HSL 94.29º 0.06% 0.57% -
HSV(B) 94.29º 0.09% 0.6% -
XYZ 27.73 30.67 28.88 -
YUV 149.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 145 153 139 0.05 0 0.09 0.4 94.29 0.06 0.57
Hex 91 99 8B 5 0 9 28 5E 6 39
Octal 221 231 213 5 0 11 50 136 6 71
Binary 10010001 10011001 10001011 101 0 1001 101000 1011110 110 111001

Color Harmonies of #91998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91998B

Black with #91998B

Text Example


Text Example

White with #91998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91998B; }

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

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

background-color css

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

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

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

border-color css

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

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

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