#90968B

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

Shades of Delta #90968B

Tints of Delta #90968B

Color information

#90968B (or 0x90968B) is unknown color: approx Delta. HEX triplet: 90, 96 and 8B. RGB value is (144,150,139). Sum of RGB (Red+Green+Blue) = 144+150+139=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 150 - color contains mainly: green. Hex color #90968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90968B is #6F6974. Grayscale: #929292. Windows color (decimal): -7301493 or 9148048. OLE color: 9148048.

HSL color Cylindrical-coordinate representation of color #90968B: hue angle of 92.73º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #90968B is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB144150139-
CMYK0.0400.070.41
HSL92.73º4.98%56.67%-
HSV(B)92.73º7.33%58.82%-
XYZ27.0729.6128.71-
YUV146.95123.51125.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 139 (54.69% from 255) = 32.10%
R=33.26%
G=34.64%
B=32.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441501390.0400.070.4192.734.9856.67
Hex90968B407295d539
Octal22022621340751135571
Binary10010000100101101000101110001111010011011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,150,139); }

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

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

 a { background-color: rgb(144,150,139); }

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

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

 span { border-color: rgb(144,150,139); }

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