#968667

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

Shades of Pale Oyster #968667

Tints of Pale Oyster #968667

Color information

#968667 (or 0x968667) is unknown color: approx Pale Oyster. HEX triplet: 96, 86 and 67. RGB value is (150,134,103). Sum of RGB (Red+Green+Blue) = 150+134+103=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #968667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968667 is #697998. Grayscale: #878787. Windows color (decimal): -6912409 or 6784662. OLE color: 6784662.

HSL color Cylindrical-coordinate representation of color #968667: hue angle of 39.57º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #968667 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB150134103-
CMYK00.110.310.41
HSL39.57º18.58%49.61%-
HSV(B)39.57º31.33%58.82%-
XYZ23.5524.5116.32-
YUV135.25109.8138.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 103 (40.62% from 255) = 26.61%
R=38.76%
G=34.63%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013410300.110.310.4139.5718.5849.61
Hex9686670B1F29281332
Octal2262061470133751502362
Binary10010110100001101100111010111111110100110100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968667; }

 p { color: rgb(150,134,103); }

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

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

 a { background-color: rgb(150,134,103); }

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

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

 span { border-color: rgb(150,134,103); }

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