#968569

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

Shades of Pale Oyster #968569

Tints of Pale Oyster #968569

Color information

#968569 (or 0x968569) is unknown color: approx Pale Oyster. HEX triplet: 96, 85 and 69. RGB value is (150,133,105). Sum of RGB (Red+Green+Blue) = 150+133+105=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #968569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968569 is #697A96. Grayscale: #878787. Windows color (decimal): -6912663 or 6915478. OLE color: 6915478.

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

Color convert

RGB150133105-
CMYK00.110.300.41
HSL37.33º17.65%50%-
HSV(B)37.33º30%58.82%-
XYZ23.5224.2816.81-
YUV134.89111.13138.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 105 (41.41% from 255) = 27.06%
R=38.66%
G=34.28%
B=27.06%

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
Decimal15013310500.110.300.4137.3317.6550
Hex9685690B1E29251232
Octal2262051510133651452262
Binary10010110100001011101001010111111010100110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968569; }

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

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

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

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

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

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

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

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