Html Css Color HEX #998976 Pale Oyster

📋 copy color: '#998976'

red 153 ◦ green 137 ◦ blue 118

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

Shades of Pale Oyster #998976

Tints of Pale Oyster #998976

RGB

 RED value IS 153 (60.16% from 255) = 37.5%

 GREEN value IS 137 (53.91% from 255) = 33.58%

 BLUE value IS 118 (46.48% from 255) = 28.92%

R = 37.5%
G = 33.58%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#998976 (or 0x998976) is known color: Pale Oyster. HEX triplet: 99, 89 and 76. RGB value is (153,137,118). Sum of RGB (Red+Green+Blue) = 153+137+118=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #998976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998976 is #667689. Grayscale: #8B8B8B. Windows color (decimal): -6715018 or 7768473. OLE color: 7768473.

HSL color Cylindrical-coordinate representation of color #998976: hue angle of 32.57º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #998976 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 137 118 -
CMYK 0 0.10 0.23 0.4
HSL 32.57º 0.15% 0.53% -
HSV(B) 32.57º 0.23% 0.6% -
XYZ 25.35 25.97 20.82 -
YUV 139.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 153 137 118 0 0.10 0.23 0.4 32.57 0.15 0.53
Hex 99 89 76 0 A 17 28 21 F 35
Octal 231 211 166 0 12 27 50 41 17 65
Binary 10011001 10001001 1110110 0 1010 10111 101000 100001 1111 110101

Color Harmonies of #998976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998976

Black with #998976

Text Example


Text Example

White with #998976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998976; }

 p { color: rgb(153,137,118); }

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

background-color css

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

 a { background-color: rgb(153,137,118); }

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

border-color css

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

 span { border-color: rgb(153,137,118); }

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