#92886F

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

Shades of Pale Oyster #92886F

Tints of Pale Oyster #92886F

Color information

#92886F (or 0x92886F) is unknown color: approx Pale Oyster. HEX triplet: 92, 88 and 6F. RGB value is (146,136,111). Sum of RGB (Red+Green+Blue) = 146+136+111=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 146 - color contains mainly: red. Hex color #92886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92886F is #6D7790. Grayscale: #888888. Windows color (decimal): -7174033 or 7309458. OLE color: 7309458.

HSL color Cylindrical-coordinate representation of color #92886F: hue angle of 42.86º 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 #92886F is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB146136111-
CMYK00.070.240.43
HSL42.86º13.83%50.39%-
HSV(B)42.86º23.97%57.25%-
XYZ23.5324.8718.6-
YUV136.14113.81135.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.15%
GREEN value IS 136 (53.52% from 255) = 34.61%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=37.15%
G=34.61%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613611100.070.240.4342.8613.8350.39
Hex92886F07182B2be32
Octal222210157073053531662
Binary100100101000100011011110111110001010111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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