#998A68

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

Shades of Pale Oyster #998A68

Tints of Pale Oyster #998A68

Color information

#998A68 (or 0x998A68) is unknown color: approx Pale Oyster. HEX triplet: 99, 8A and 68. RGB value is (153,138,104). Sum of RGB (Red+Green+Blue) = 153+138+104=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #998A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A68 is #667597. Grayscale: #8A8A8A. Windows color (decimal): -6714776 or 6851225. OLE color: 6851225.

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

Color convert

RGB153138104-
CMYK00.100.320.4
HSL41.63º19.37%50.39%-
HSV(B)41.63º32.03%60%-
XYZ24.7225.9516.8-
YUV138.61108.47138.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.73%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=38.73%
G=34.94%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313810400.100.320.441.6319.3750.39
Hex998A680A20282a1332
Octal2312121500124050522362
Binary100110011000101011010000101010000010100010101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998A68; }

 p { color: rgb(153,138,104); }

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

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

 a { background-color: rgb(153,138,104); }

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

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

 span { border-color: rgb(153,138,104); }

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