#94876F

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

Shades of Pale Oyster #94876F

Tints of Pale Oyster #94876F

Color information

#94876F (or 0x94876F) is unknown color: approx Pale Oyster. HEX triplet: 94, 87 and 6F. RGB value is (148,135,111). Sum of RGB (Red+Green+Blue) = 148+135+111=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #94876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94876F is #6B7890. Grayscale: #888888. Windows color (decimal): -7043217 or 7309204. OLE color: 7309204.

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

Color convert

RGB148135111-
CMYK00.090.250.42
HSL38.92º14.74%50.78%-
HSV(B)38.92º25%58.04%-
XYZ23.7524.7718.57-
YUV136.15113.81136.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.56%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 111 (43.75% from 255) = 28.17%
R=37.56%
G=34.26%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813511100.090.250.4238.9214.7450.78
Hex94876F09192A27f33
Octal2242071570113152471763
Binary1001010010000111110111101001110011010101001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94876F; }

 p { color: rgb(148,135,111); }

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

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

 a { background-color: rgb(148,135,111); }

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

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

 span { border-color: rgb(148,135,111); }

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