Html Css Color HEX #988869 Pale Oyster

📋 copy color: '#988869'

red 152 ◦ green 136 ◦ blue 105

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

Shades of Pale Oyster #988869

Tints of Pale Oyster #988869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.72%

R = 38.68%
G = 34.61%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#988869 (or 0x988869) is known color: Pale Oyster. HEX triplet: 98, 88 and 69. RGB value is (152,136,105). Sum of RGB (Red+Green+Blue) = 152+136+105=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #988869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988869 is #677796. Grayscale: #898989. Windows color (decimal): -6780823 or 6916248. OLE color: 6916248.

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

Color convert

RGB 152 136 105 -
CMYK 0 0.11 0.31 0.40
HSL 39.57º 0.19% 0.5% -
HSV(B) 39.57º 0.31% 0.6% -
XYZ 24.3 25.3 16.97 -
YUV 137.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 152 136 105 0 0.11 0.31 0.40 39.57 0.19 0.5
Hex 98 88 69 0 B 1F 28 28 13 32
Octal 230 210 151 0 13 37 50 50 23 62
Binary 10011000 10001000 1101001 0 1011 11111 101000 101000 10011 110010

Color Harmonies of #988869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988869

Black with #988869

Text Example


Text Example

White with #988869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988869; }

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

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

background-color css

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

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

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

border-color css

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

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

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