Html Css Color HEX #998C70 Pale Oyster

📋 copy color: '#998C70'

red 153 ◦ green 140 ◦ blue 112

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

Shades of Pale Oyster #998C70

Tints of Pale Oyster #998C70

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.57%

 BLUE value IS 112 (44.14% from 255) = 27.65%

R = 37.78%
G = 34.57%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#998C70 (or 0x998C70) is known color: Pale Oyster. HEX triplet: 99, 8C and 70. RGB value is (153,140,112). Sum of RGB (Red+Green+Blue) = 153+140+112=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #998C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C70 is #66738F. Grayscale: #8C8C8C. Windows color (decimal): -6714256 or 7376025. OLE color: 7376025.

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

Color convert

RGB 153 140 112 -
CMYK 0 0.08 0.27 0.4
HSL 40.98º 0.17% 0.52% -
HSV(B) 40.98º 0.27% 0.6% -
XYZ 25.44 26.7 19.14 -
YUV 140.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 153 140 112 0 0.08 0.27 0.4 40.98 0.17 0.52
Hex 99 8C 70 0 8 1B 28 29 11 34
Octal 231 214 160 0 10 33 50 51 21 64
Binary 10011001 10001100 1110000 0 1000 11011 101000 101001 10001 110100

Color Harmonies of #998C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C70

Black with #998C70

Text Example


Text Example

White with #998C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,140,112); }

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

background-color css

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

 a { background-color: rgb(153,140,112); }

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

border-color css

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

 span { border-color: rgb(153,140,112); }

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