#968A6C

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

Shades of Pale Oyster #968A6C

Tints of Pale Oyster #968A6C

Color information

#968A6C (or 0x968A6C) is unknown color: approx Pale Oyster. HEX triplet: 96, 8A and 6C. RGB value is (150,138,108). Sum of RGB (Red+Green+Blue) = 150+138+108=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #968A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A6C is #697593. Grayscale: #8A8A8A. Windows color (decimal): -6911380 or 7113366. OLE color: 7113366.

HSL color Cylindrical-coordinate representation of color #968A6C: hue angle of 42.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #968A6C is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB150138108-
CMYK00.080.280.41
HSL42.86º16.67%50.59%-
HSV(B)42.86º28%58.82%-
XYZ24.3725.7417.87-
YUV138.17110.98136.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=37.88%
G=34.85%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013810800.080.280.4142.8616.6750.59
Hex968A6C081C292b1133
Octal2262121540103451532163
Binary10010110100010101101100010001110010100110101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968A6C; }

 p { color: rgb(150,138,108); }

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

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

 a { background-color: rgb(150,138,108); }

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

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

 span { border-color: rgb(150,138,108); }

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