Html Css Color HEX #988668 Pale Oyster

📋 copy color: '#988668'

red 152 ◦ green 134 ◦ blue 104

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

Shades of Pale Oyster #988668

Tints of Pale Oyster #988668

RGB

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

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

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

R = 38.97%
G = 34.36%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#988668 (or 0x988668) is known color: Pale Oyster. HEX triplet: 98, 86 and 68. RGB value is (152,134,104). Sum of RGB (Red+Green+Blue) = 152+134+104=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #988668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988668 is #677997. Grayscale: #888888. Windows color (decimal): -6781336 or 6850200. OLE color: 6850200.

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

Color convert

RGB 152 134 104 -
CMYK 0 0.12 0.32 0.40
HSL 37.5º 0.19% 0.5% -
HSV(B) 37.5º 0.32% 0.6% -
XYZ 23.97 24.73 16.61 -
YUV 135.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 152 134 104 0 0.12 0.32 0.40 37.5 0.19 0.5
Hex 98 86 68 0 C 20 28 26 13 32
Octal 230 206 150 0 14 40 50 46 23 62
Binary 10011000 10000110 1101000 0 1100 100000 101000 100110 10011 110010

Color Harmonies of #988668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988668

Black with #988668

Text Example


Text Example

White with #988668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988668; }

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

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

background-color css

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

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

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

border-color css

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

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

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