#94866B

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

Shades of Pale Oyster #94866B

Tints of Pale Oyster #94866B

Color information

#94866B (or 0x94866B) is unknown color: approx Pale Oyster. HEX triplet: 94, 86 and 6B. RGB value is (148,134,107). Sum of RGB (Red+Green+Blue) = 148+134+107=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #94866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94866B is #6B7994. Grayscale: #878787. Windows color (decimal): -7043477 or 7046804. OLE color: 7046804.

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

Color convert

RGB148134107-
CMYK00.090.280.42
HSL39.51º16.08%50%-
HSV(B)39.51º27.7%58.04%-
XYZ23.3924.4117.39-
YUV135.11112.14137.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 107 (42.19% from 255) = 27.51%
R=38.05%
G=34.45%
B=27.51%

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
Decimal14813410700.090.280.4239.5116.0850
Hex94866B091C2A281032
Octal2242061530113452502062
Binary10010100100001101101011010011110010101010100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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