Html Css Color HEX #998B71 Pale Oyster

📋 copy color: '#998B71'

red 153 ◦ green 139 ◦ blue 113

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

Shades of Pale Oyster #998B71

Tints of Pale Oyster #998B71

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.32%

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

R = 37.78%
G = 34.32%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#998B71 (or 0x998B71) is known color: Pale Oyster. HEX triplet: 99, 8B and 71. RGB value is (153,139,113). Sum of RGB (Red+Green+Blue) = 153+139+113=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #998B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B71 is #66748E. Grayscale: #8C8C8C. Windows color (decimal): -6714511 or 7441305. OLE color: 7441305.

HSL color Cylindrical-coordinate representation of color #998B71: hue angle of 39º 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 #998B71 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 139 113 -
CMYK 0 0.09 0.26 0.4
HSL 39º 0.16% 0.52% -
HSV(B) 39º 0.26% 0.6% -
XYZ 25.35 26.43 19.39 -
YUV 140.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 153 139 113 0 0.09 0.26 0.4 39 0.16 0.52
Hex 99 8B 71 0 9 1A 28 27 10 34
Octal 231 213 161 0 11 32 50 47 20 64
Binary 10011001 10001011 1110001 0 1001 11010 101000 100111 10000 110100

Color Harmonies of #998B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998B71

Black with #998B71

Text Example


Text Example

White with #998B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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