#93998B

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

Shades of Delta #93998B

Tints of Delta #93998B

Color information

#93998B (or 0x93998B) is unknown color: approx Delta. HEX triplet: 93, 99 and 8B. RGB value is (147,153,139). Sum of RGB (Red+Green+Blue) = 147+153+139=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 153 - color contains mainly: green. Hex color #93998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93998B is #6C6674. Grayscale: #959595. Windows color (decimal): -7104117 or 9148819. OLE color: 9148819.

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

Color convert

RGB147153139-
CMYK0.0400.090.4
HSL85.71º6.42%57.25%-
HSV(B)85.71º9.15%60%-
XYZ28.0830.8528.9-
YUV149.61122.01126.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.49%
GREEN value IS 153 (60.16% from 255) = 34.85%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=33.49%
G=34.85%
B=31.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471531390.0400.090.485.716.4257.25
Hex93998B4092856639
Octal223231213401150126671
Binary100100111001100110001011100010011010001010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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