#92866D

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

Shades of Pale Oyster #92866D

Tints of Pale Oyster #92866D

Color information

#92866D (or 0x92866D) is unknown color: approx Pale Oyster. HEX triplet: 92, 86 and 6D. RGB value is (146,134,109). Sum of RGB (Red+Green+Blue) = 146+134+109=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 146 - color contains mainly: red. Hex color #92866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92866D is #6D7992. Grayscale: #868686. Windows color (decimal): -7174547 or 7177874. OLE color: 7177874.

HSL color Cylindrical-coordinate representation of color #92866D: hue angle of 40.54º 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 #92866D is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB146134109-
CMYK00.080.250.43
HSL40.54º14.51%50%-
HSV(B)40.54º25.34%57.25%-
XYZ23.1424.2717.93-
YUV134.74113.48136.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.53%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 109 (42.97% from 255) = 28.02%
R=37.53%
G=34.45%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613410900.080.250.4340.5414.5150
Hex92866D08192B29f32
Octal2222061550103153511762
Binary1001001010000110110110101000110011010111010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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