Html Css Color HEX #988666 Pale Oyster

📋 copy color: '#988666'

red 152 ◦ green 134 ◦ blue 102

#988666
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Oyster #988666

Tints of Pale Oyster #988666

RGB

 RED value IS 152 (59.77% from 255) = 39.18%

 GREEN value IS 134 (52.73% from 255) = 34.54%

 BLUE value IS 102 (40.23% from 255) = 26.29%

R = 39.18%
G = 34.54%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#988666 (or 0x988666) is known color: Pale Oyster. HEX triplet: 98, 86 and 66. RGB value is (152,134,102). Sum of RGB (Red+Green+Blue) = 152+134+102=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #988666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988666 is #677999. Grayscale: #878787. Windows color (decimal): -6781338 or 6719128. OLE color: 6719128.

HSL color Cylindrical-coordinate representation of color #988666: hue angle of 38.4º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #988666 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 134 102 -
CMYK 0 0.12 0.33 0.40
HSL 38.4º 0.2% 0.5% -
HSV(B) 38.4º 0.33% 0.6% -
XYZ 23.87 24.68 16.08 -
YUV 135.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 152 134 102 0 0.12 0.33 0.40 38.4 0.2 0.5
Hex 98 86 66 0 C 21 28 26 14 32
Octal 230 206 146 0 14 41 50 46 24 62
Binary 10011000 10000110 1100110 0 1100 100001 101000 100110 10100 110010

Color Harmonies of #988666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988666

Black with #988666

Text Example


Text Example

White with #988666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988666; }

 p { color: rgb(152,134,102); }

 H1.HeaderClassName
 {
   color: #988666;
 }
 .AnyTagClassName
 {
   color: #988666;
 }
</style>

background-color css

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

 a { background-color: rgb(152,134,102); }

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

border-color css

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

 span { border-color: rgb(152,134,102); }

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