Html Css Color HEX #91958C Delta

📋 copy color: '#91958C'

red 145 ◦ green 149 ◦ blue 140

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

Shades of Delta #91958C

Tints of Delta #91958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.33%

 BLUE value IS 140 (55.08% from 255) = 32.26%

R = 33.41%
G = 34.33%
B = 32.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#91958C (or 0x91958C) is known color: Delta. HEX triplet: 91, 95 and 8C. RGB value is (145,149,140). Sum of RGB (Red+Green+Blue) = 145+149+140=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 149 - color contains mainly: green. Hex color #91958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91958C is #6E6A73. Grayscale: #929292. Windows color (decimal): -7236212 or 9213329. OLE color: 9213329.

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

Color convert

RGB 145 149 140 -
CMYK 0.03 0 0.06 0.42
HSL 86.67º 0.04% 0.57% -
HSV(B) 86.67º 0.06% 0.58% -
XYZ 27.16 29.41 29.06 -
YUV 146.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 145 149 140 0.03 0 0.06 0.42 86.67 0.04 0.57
Hex 91 95 8C 3 0 6 2A 57 4 39
Octal 221 225 214 3 0 6 52 127 4 71
Binary 10010001 10010101 10001100 11 0 110 101010 1010111 100 111001

Color Harmonies of #91958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91958C

Black with #91958C

Text Example


Text Example

White with #91958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91958C; }

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

 H1.HeaderClassName
 {
   color: #91958C;
 }
 .AnyTagClassName
 {
   color: #91958C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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