#96998B

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

Shades of Delta #96998B

Tints of Delta #96998B

Color information

#96998B (or 0x96998B) is unknown color: approx Delta. HEX triplet: 96, 99 and 8B. RGB value is (150,153,139). Sum of RGB (Red+Green+Blue) = 150+153+139=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 153 - color contains mainly: green. Hex color #96998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96998B is #696674. Grayscale: #969696. Windows color (decimal): -6907509 or 9148822. OLE color: 9148822.

HSL color Cylindrical-coordinate representation of color #96998B: hue angle of 72.86º 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 #96998B is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB150153139-
CMYK0.0200.090.4
HSL72.86º6.42%57.25%-
HSV(B)72.86º9.15%60%-
XYZ28.6331.1328.93-
YUV150.51121.51127.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.94%
GREEN value IS 153 (60.16% from 255) = 34.62%
BLUE value IS 139 (54.69% from 255) = 31.45%
R=33.94%
G=34.62%
B=31.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1501531390.0200.090.472.866.4257.25
Hex96998B2092849639
Octal226231213201150111671
Binary10010110100110011000101110010011010001001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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