#948974

Color #948974 Pale Oyster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Oyster #948974

Tints of Pale Oyster #948974

Color information

#948974 (or 0x948974) is unknown color: approx Pale Oyster. HEX triplet: 94, 89 and 74. RGB value is (148,137,116). Sum of RGB (Red+Green+Blue) = 148+137+116=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #948974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948974 is #6B768B. Grayscale: #898989. Windows color (decimal): -7042700 or 7637396. OLE color: 7637396.

HSL color Cylindrical-coordinate representation of color #948974: hue angle of 39.38º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #948974 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB148137116-
CMYK00.070.220.42
HSL39.38º13.01%51.76%-
HSV(B)39.38º21.62%58.04%-
XYZ24.3125.4520.15-
YUV137.89115.64135.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 137 (53.91% from 255) = 34.16%
BLUE value IS 116 (45.70% from 255) = 28.93%
R=36.91%
G=34.16%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813711600.070.220.4239.3813.0151.76
Hex94897407162A27d34
Octal224211164072652471564
Binary100101001000100111101000111101101010101001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948974; }

 p { color: rgb(148,137,116); }

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

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

 a { background-color: rgb(148,137,116); }

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

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

 span { border-color: rgb(148,137,116); }

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