#968969

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

Shades of Pale Oyster #968969

Tints of Pale Oyster #968969

Color information

#968969 (or 0x968969) is unknown color: approx Pale Oyster. HEX triplet: 96, 89 and 69. RGB value is (150,137,105). Sum of RGB (Red+Green+Blue) = 150+137+105=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #968969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968969 is #697696. Grayscale: #898989. Windows color (decimal): -6911639 or 6916502. OLE color: 6916502.

HSL color Cylindrical-coordinate representation of color #968969: hue angle of 42.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 #968969 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB150137105-
CMYK00.090.300.41
HSL42.67º17.65%50%-
HSV(B)42.67º30%58.82%-
XYZ24.0725.417-
YUV137.24109.81137.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 105 (41.41% from 255) = 26.79%
R=38.27%
G=34.95%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013710500.090.300.4142.6717.6550
Hex968969091E292b1232
Octal2262111510113651532262
Binary10010110100010011101001010011111010100110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968969; }

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

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

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

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

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

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

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

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