#94856B

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

Shades of Pale Oyster #94856B

Tints of Pale Oyster #94856B

Color information

#94856B (or 0x94856B) is unknown color: approx Pale Oyster. HEX triplet: 94, 85 and 6B. RGB value is (148,133,107). Sum of RGB (Red+Green+Blue) = 148+133+107=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #94856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94856B is #6B7A94. Grayscale: #868686. Windows color (decimal): -7043733 or 7046548. OLE color: 7046548.

HSL color Cylindrical-coordinate representation of color #94856B: hue angle of 38.05º 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 #94856B is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB148133107-
CMYK00.100.280.42
HSL38.05º16.08%50%-
HSV(B)38.05º27.7%58.04%-
XYZ23.2524.1317.34-
YUV134.52112.47137.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.14%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 107 (42.19% from 255) = 27.58%
R=38.14%
G=34.28%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813310700.100.280.4238.0516.0850
Hex94856B0A1C2A261032
Octal2242051530123452462062
Binary10010100100001011101011010101110010101010011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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