#968568

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

Shades of Pale Oyster #968568

Tints of Pale Oyster #968568

Color information

#968568 (or 0x968568) is unknown color: approx Pale Oyster. HEX triplet: 96, 85 and 68. RGB value is (150,133,104). Sum of RGB (Red+Green+Blue) = 150+133+104=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #968568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968568 is #697A97. Grayscale: #868686. Windows color (decimal): -6912664 or 6849942. OLE color: 6849942.

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

Color convert

RGB150133104-
CMYK00.110.310.41
HSL37.83º18.11%49.8%-
HSV(B)37.83º30.67%58.82%-
XYZ23.4624.2616.54-
YUV134.78110.63138.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 104 (41.02% from 255) = 26.87%
R=38.76%
G=34.37%
B=26.87%

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
Decimal15013310400.110.310.4137.8318.1149.8
Hex9685680B1F29261232
Octal2262051500133751462262
Binary10010110100001011101000010111111110100110011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968568; }

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

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

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

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

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

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

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

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