Html Css Color HEX #998A75 Pale Oyster

📋 copy color: '#998A75'

red 153 ◦ green 138 ◦ blue 117

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

Shades of Pale Oyster #998A75

Tints of Pale Oyster #998A75

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.82%

 BLUE value IS 117 (46.09% from 255) = 28.68%

R = 37.5%
G = 33.82%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#998A75 (or 0x998A75) is known color: Pale Oyster. HEX triplet: 99, 8A and 75. RGB value is (153,138,117). Sum of RGB (Red+Green+Blue) = 153+138+117=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #998A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A75 is #66758A. Grayscale: #8C8C8C. Windows color (decimal): -6714763 or 7703193. OLE color: 7703193.

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

Color convert

RGB 153 138 117 -
CMYK 0 0.10 0.24 0.4
HSL 35º 0.15% 0.53% -
HSV(B) 35º 0.24% 0.6% -
XYZ 25.44 26.23 20.55 -
YUV 140.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 153 138 117 0 0.10 0.24 0.4 35 0.15 0.53
Hex 99 8A 75 0 A 18 28 23 F 35
Octal 231 212 165 0 12 30 50 43 17 65
Binary 10011001 10001010 1110101 0 1010 11000 101000 100011 1111 110101

Color Harmonies of #998A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A75

Black with #998A75

Text Example


Text Example

White with #998A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,138,117); }

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

background-color css

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

 a { background-color: rgb(153,138,117); }

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

border-color css

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

 span { border-color: rgb(153,138,117); }

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