#94876B

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

Shades of Pale Oyster #94876B

Tints of Pale Oyster #94876B

Color information

#94876B (or 0x94876B) is unknown color: approx Pale Oyster. HEX triplet: 94, 87 and 6B. RGB value is (148,135,107). Sum of RGB (Red+Green+Blue) = 148+135+107=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #94876B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94876B is #6B7894. Grayscale: #878787. Windows color (decimal): -7043221 or 7047060. OLE color: 7047060.

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

Color convert

RGB148135107-
CMYK00.090.280.42
HSL40.98º16.08%50%-
HSV(B)40.98º27.7%58.04%-
XYZ23.5324.6917.43-
YUV135.7111.81136.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.95%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 107 (42.19% from 255) = 27.44%
R=37.95%
G=34.62%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813510700.090.280.4240.9816.0850
Hex94876B091C2A291032
Octal2242071530113452512062
Binary10010100100001111101011010011110010101010100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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