#94968D

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

Shades of Delta #94968D

Tints of Delta #94968D

Color information

#94968D (or 0x94968D) is unknown color: approx Delta. HEX triplet: 94, 96 and 8D. RGB value is (148,150,141). Sum of RGB (Red+Green+Blue) = 148+150+141=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 150 - color contains mainly: green. Hex color #94968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94968D is #6B6972. Grayscale: #949494. Windows color (decimal): -7039347 or 9279124. OLE color: 9279124.

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

Color convert

RGB148150141-
CMYK0.0100.060.41
HSL73.33º4.11%57.06%-
HSV(B)73.33º6%58.82%-
XYZ27.9330.0329.52-
YUV148.38123.84127.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.71%
GREEN value IS 150 (58.98% from 255) = 34.17%
BLUE value IS 141 (55.47% from 255) = 32.12%
R=33.71%
G=34.17%
B=32.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481501410.0100.060.4173.334.1157.06
Hex94968D1062949439
Octal22422621510651111471
Binary100101001001011010001101101101010011001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94968D; }

 p { color: rgb(148,150,141); }

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

<style>
 a { background-color: #94968D; }

 a { background-color: rgb(148,150,141); }

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

<style>
 span { border-color: #94968D; }

 span { border-color: rgb(148,150,141); }

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