#92856D

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

Shades of Pale Oyster #92856D

Tints of Pale Oyster #92856D

Color information

#92856D (or 0x92856D) is unknown color: approx Pale Oyster. HEX triplet: 92, 85 and 6D. RGB value is (146,133,109). Sum of RGB (Red+Green+Blue) = 146+133+109=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 146 - color contains mainly: red. Hex color #92856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92856D is #6D7A92. Grayscale: #868686. Windows color (decimal): -7174803 or 7177618. OLE color: 7177618.

HSL color Cylindrical-coordinate representation of color #92856D: hue angle of 38.92º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92856D is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB146133109-
CMYK00.090.250.43
HSL38.92º14.51%50%-
HSV(B)38.92º25.34%57.25%-
XYZ2323.9917.89-
YUV134.15113.81136.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.63%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 109 (42.97% from 255) = 28.09%
R=37.63%
G=34.28%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613310900.090.250.4338.9214.5150
Hex92856D09192B27f32
Octal2222051550113153471762
Binary1001001010000101110110101001110011010111001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92856D; }

 p { color: rgb(146,133,109); }

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

<style>
 a { background-color: #92856D; }

 a { background-color: rgb(146,133,109); }

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

<style>
 span { border-color: #92856D; }

 span { border-color: rgb(146,133,109); }

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