#948670

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

Shades of Pale Oyster #948670

Tints of Pale Oyster #948670

Color information

#948670 (or 0x948670) is unknown color: approx Pale Oyster. HEX triplet: 94, 86 and 70. RGB value is (148,134,112). Sum of RGB (Red+Green+Blue) = 148+134+112=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #948670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948670 is #6B798F. Grayscale: #878787. Windows color (decimal): -7043472 or 7374484. OLE color: 7374484.

HSL color Cylindrical-coordinate representation of color #948670: hue angle of 36.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #948670 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB148134112-
CMYK00.090.240.42
HSL36.67º14.4%50.98%-
HSV(B)36.67º24.32%58.04%-
XYZ23.6624.5218.81-
YUV135.68114.64136.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.56%
GREEN value IS 134 (52.73% from 255) = 34.01%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=37.56%
G=34.01%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813411200.090.240.4236.6714.450.98
Hex94867009182A25e33
Octal2242061600113052451663
Binary1001010010000110111000001001110001010101001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948670; }

 p { color: rgb(148,134,112); }

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

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

 a { background-color: rgb(148,134,112); }

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

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

 span { border-color: rgb(148,134,112); }

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