#978866

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

Shades of Pale Oyster #978866

Tints of Pale Oyster #978866

Color information

#978866 (or 0x978866) is unknown color: approx Pale Oyster. HEX triplet: 97, 88 and 66. RGB value is (151,136,102). Sum of RGB (Red+Green+Blue) = 151+136+102=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #978866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978866 is #687799. Grayscale: #888888. Windows color (decimal): -6846362 or 6719639. OLE color: 6719639.

HSL color Cylindrical-coordinate representation of color #978866: hue angle of 41.63º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #978866 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB151136102-
CMYK00.100.320.41
HSL41.63º19.37%49.61%-
HSV(B)41.63º32.45%59.22%-
XYZ23.9625.1516.16-
YUV136.61108.47138.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.82%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 102 (40.23% from 255) = 26.22%
R=38.82%
G=34.96%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113610200.100.320.4141.6319.3749.61
Hex9788660A20292a1332
Octal2272101460124051522362
Binary100101111000100011001100101010000010100110101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978866; }

 p { color: rgb(151,136,102); }

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

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

 a { background-color: rgb(151,136,102); }

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

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

 span { border-color: rgb(151,136,102); }

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