#968669

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

Shades of Pale Oyster #968669

Tints of Pale Oyster #968669

Color information

#968669 (or 0x968669) is unknown color: approx Pale Oyster. HEX triplet: 96, 86 and 69. RGB value is (150,134,105). Sum of RGB (Red+Green+Blue) = 150+134+105=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #968669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968669 is #697996. Grayscale: #878787. Windows color (decimal): -6912407 or 6915734. OLE color: 6915734.

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

Color convert

RGB150134105-
CMYK00.110.300.41
HSL38.67º17.65%50%-
HSV(B)38.67º30%58.82%-
XYZ23.6524.5516.86-
YUV135.48110.8138.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=38.56%
G=34.45%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013410500.110.300.4138.6717.6550
Hex9686690B1E29271232
Octal2262061510133651472262
Binary10010110100001101101001010111111010100110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968669; }

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

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

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

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

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

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

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

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