Html Css Color HEX #988866 Pale Oyster

📋 copy color: '#988866'

red 152 ◦ green 136 ◦ blue 102

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

Shades of Pale Oyster #988866

Tints of Pale Oyster #988866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.87%

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

R = 38.97%
G = 34.87%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#988866 (or 0x988866) is known color: Pale Oyster. HEX triplet: 98, 88 and 66. RGB value is (152,136,102). Sum of RGB (Red+Green+Blue) = 152+136+102=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #988866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988866 is #677799. Grayscale: #898989. Windows color (decimal): -6780826 or 6719640. OLE color: 6719640.

HSL color Cylindrical-coordinate representation of color #988866: hue angle of 40.8º 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 #988866 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 102 -
CMYK 0 0.11 0.33 0.40
HSL 40.8º 0.2% 0.5% -
HSV(B) 40.8º 0.33% 0.6% -
XYZ 24.15 25.24 16.17 -
YUV 136.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 152 136 102 0 0.11 0.33 0.40 40.8 0.2 0.5
Hex 98 88 66 0 B 21 28 29 14 32
Octal 230 210 146 0 13 41 50 51 24 62
Binary 10011000 10001000 1100110 0 1011 100001 101000 101001 10100 110010

Color Harmonies of #988866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988866

Black with #988866

Text Example


Text Example

White with #988866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988866; }

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

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

background-color css

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

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

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

border-color css

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

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

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