Html Css Color HEX #998B75 Pale Oyster

📋 copy color: '#998B75'

red 153 ◦ green 139 ◦ blue 117

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

Shades of Pale Oyster #998B75

Tints of Pale Oyster #998B75

RGB

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

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

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

R = 37.41%
G = 33.99%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#998B75 (or 0x998B75) is known color: Pale Oyster. HEX triplet: 99, 8B and 75. RGB value is (153,139,117). Sum of RGB (Red+Green+Blue) = 153+139+117=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #998B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B75 is #66748A. Grayscale: #8C8C8C. Windows color (decimal): -6714507 or 7703449. OLE color: 7703449.

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

Color convert

RGB 153 139 117 -
CMYK 0 0.09 0.24 0.4
HSL 36.67º 0.15% 0.53% -
HSV(B) 36.67º 0.24% 0.6% -
XYZ 25.58 26.52 20.6 -
YUV 140.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 153 139 117 0 0.09 0.24 0.4 36.67 0.15 0.53
Hex 99 8B 75 0 9 18 28 25 F 35
Octal 231 213 165 0 11 30 50 45 17 65
Binary 10011001 10001011 1110101 0 1001 11000 101000 100101 1111 110101

Color Harmonies of #998B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998B75

Black with #998B75

Text Example


Text Example

White with #998B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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