#968769

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

Shades of Pale Oyster #968769

Tints of Pale Oyster #968769

Color information

#968769 (or 0x968769) is unknown color: approx Pale Oyster. HEX triplet: 96, 87 and 69. RGB value is (150,135,105). Sum of RGB (Red+Green+Blue) = 150+135+105=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #968769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968769 is #697896. Grayscale: #888888. Windows color (decimal): -6912151 or 6915990. OLE color: 6915990.

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

Color convert

RGB150135105-
CMYK00.10.300.41
HSL40º17.65%50%-
HSV(B)40º30%58.82%-
XYZ23.7924.8316.9-
YUV136.06110.47137.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 105 (41.41% from 255) = 26.92%
R=38.46%
G=34.62%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013510500.10.300.414017.6550
Hex9687690A1E29281232
Octal2262071510123651502262
Binary10010110100001111101001010101111010100110100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968769; }

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

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

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

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

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

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

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

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