Html Css Color HEX #998E71 Pale Oyster

📋 copy color: '#998E71'

red 153 ◦ green 142 ◦ blue 113

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

Shades of Pale Oyster #998E71

Tints of Pale Oyster #998E71

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.8%

 BLUE value IS 113 (44.53% from 255) = 27.7%

R = 37.5%
G = 34.8%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#998E71 (or 0x998E71) is known color: Pale Oyster. HEX triplet: 99, 8E and 71. RGB value is (153,142,113). Sum of RGB (Red+Green+Blue) = 153+142+113=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #998E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E71 is #66718E. Grayscale: #8E8E8E. Windows color (decimal): -6713743 or 7442073. OLE color: 7442073.

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

Color convert

RGB 153 142 113 -
CMYK 0 0.07 0.26 0.4
HSL 43.5º 0.16% 0.52% -
HSV(B) 43.5º 0.26% 0.6% -
XYZ 25.79 27.31 19.53 -
YUV 141.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 153 142 113 0 0.07 0.26 0.4 43.5 0.16 0.52
Hex 99 8E 71 0 7 1A 28 2C 10 34
Octal 231 216 161 0 7 32 50 54 20 64
Binary 10011001 10001110 1110001 0 111 11010 101000 101100 10000 110100

Color Harmonies of #998E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998E71

Black with #998E71

Text Example


Text Example

White with #998E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,142,113); }

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

background-color css

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

 a { background-color: rgb(153,142,113); }

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

border-color css

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

 span { border-color: rgb(153,142,113); }

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