Html Css Color HEX #998D72 Pale Oyster

📋 copy color: '#998D72'

red 153 ◦ green 141 ◦ blue 114

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

Shades of Pale Oyster #998D72

Tints of Pale Oyster #998D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.56%

 BLUE value IS 114 (44.92% from 255) = 27.94%

R = 37.5%
G = 34.56%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#998D72 (or 0x998D72) is known color: Pale Oyster. HEX triplet: 99, 8D and 72. RGB value is (153,141,114). Sum of RGB (Red+Green+Blue) = 153+141+114=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #998D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D72 is #66728D. Grayscale: #8D8D8D. Windows color (decimal): -6713998 or 7507353. OLE color: 7507353.

HSL color Cylindrical-coordinate representation of color #998D72: hue angle of 41.54º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998D72 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 141 114 -
CMYK 0 0.08 0.25 0.4
HSL 41.54º 0.16% 0.52% -
HSV(B) 41.54º 0.25% 0.6% -
XYZ 25.7 27.04 19.78 -
YUV 141.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 153 141 114 0 0.08 0.25 0.4 41.54 0.16 0.52
Hex 99 8D 72 0 8 19 28 2A 10 34
Octal 231 215 162 0 10 31 50 52 20 64
Binary 10011001 10001101 1110010 0 1000 11001 101000 101010 10000 110100

Color Harmonies of #998D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998D72

Black with #998D72

Text Example


Text Example

White with #998D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998D72; }

 p { color: rgb(153,141,114); }

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

background-color css

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

 a { background-color: rgb(153,141,114); }

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

border-color css

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

 span { border-color: rgb(153,141,114); }

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