#998C6A

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

Shades of Pale Oyster #998C6A

Tints of Pale Oyster #998C6A

Color information

#998C6A (or 0x998C6A) is unknown color: approx Pale Oyster. HEX triplet: 99, 8C and 6A. RGB value is (153,140,106). Sum of RGB (Red+Green+Blue) = 153+140+106=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #998C6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C6A is #667395. Grayscale: #8C8C8C. Windows color (decimal): -6714262 or 6982809. OLE color: 6982809.

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

Color convert

RGB153140106-
CMYK00.080.310.4
HSL43.4º18.73%50.78%-
HSV(B)43.4º30.72%60%-
XYZ25.1226.5717.44-
YUV140.01108.81137.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 140 (55.08% from 255) = 35.09%
BLUE value IS 106 (41.80% from 255) = 26.57%
R=38.35%
G=35.09%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314010600.080.310.443.418.7350.78
Hex998C6A081F282b1333
Octal2312141520103750532363
Binary10011001100011001101010010001111110100010101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,140,106); }

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

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

 a { background-color: rgb(153,140,106); }

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

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

 span { border-color: rgb(153,140,106); }

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