#92866F

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

Shades of Pale Oyster #92866F

Tints of Pale Oyster #92866F

Color information

#92866F (or 0x92866F) is unknown color: approx Pale Oyster. HEX triplet: 92, 86 and 6F. RGB value is (146,134,111). Sum of RGB (Red+Green+Blue) = 146+134+111=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #92866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92866F is #6D7990. Grayscale: #878787. Windows color (decimal): -7174545 or 7308946. OLE color: 7308946.

HSL color Cylindrical-coordinate representation of color #92866F: hue angle of 39.43º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92866F is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB146134111-
CMYK00.080.240.43
HSL39.43º13.83%50.39%-
HSV(B)39.43º23.97%57.25%-
XYZ23.2524.3118.51-
YUV134.97114.48135.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 111 (43.75% from 255) = 28.39%
R=37.34%
G=34.27%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613411100.080.240.4339.4313.8350.39
Hex92866F08182B27e32
Octal2222061570103053471662
Binary1001001010000110110111101000110001010111001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,134,111); }

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

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

 a { background-color: rgb(146,134,111); }

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

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

 span { border-color: rgb(146,134,111); }

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