Html Css Color HEX #988868 Pale Oyster

📋 copy color: '#988868'

red 152 ◦ green 136 ◦ blue 104

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

Shades of Pale Oyster #988868

Tints of Pale Oyster #988868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.53%

R = 38.78%
G = 34.69%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#988868 (or 0x988868) is known color: Pale Oyster. HEX triplet: 98, 88 and 68. RGB value is (152,136,104). Sum of RGB (Red+Green+Blue) = 152+136+104=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #988868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988868 is #677797. Grayscale: #898989. Windows color (decimal): -6780824 or 6850712. OLE color: 6850712.

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

Color convert

RGB 152 136 104 -
CMYK 0 0.11 0.32 0.40
HSL 40º 0.19% 0.5% -
HSV(B) 40º 0.32% 0.6% -
XYZ 24.25 25.28 16.7 -
YUV 137.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 152 136 104 0 0.11 0.32 0.40 40 0.19 0.5
Hex 98 88 68 0 B 20 28 28 13 32
Octal 230 210 150 0 13 40 50 50 23 62
Binary 10011000 10001000 1101000 0 1011 100000 101000 101000 10011 110010

Color Harmonies of #988868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988868

Black with #988868

Text Example


Text Example

White with #988868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988868; }

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

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

background-color css

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

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

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

border-color css

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

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

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