Html Css Color HEX #98886D Pale Oyster

📋 copy color: '#98886D'

red 152 ◦ green 136 ◦ blue 109

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

Shades of Pale Oyster #98886D

Tints of Pale Oyster #98886D

RGB

 RED value IS 152 (59.77% from 255) = 38.29%

 GREEN value IS 136 (53.52% from 255) = 34.26%

 BLUE value IS 109 (42.97% from 255) = 27.46%

R = 38.29%
G = 34.26%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98886D (or 0x98886D) is known color: Pale Oyster. HEX triplet: 98, 88 and 6D. RGB value is (152,136,109). Sum of RGB (Red+Green+Blue) = 152+136+109=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #98886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98886D is #677792. Grayscale: #898989. Windows color (decimal): -6780819 or 7178392. OLE color: 7178392.

HSL color Cylindrical-coordinate representation of color #98886D: hue angle of 37.67º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98886D is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 109 -
CMYK 0 0.11 0.28 0.40
HSL 37.67º 0.17% 0.51% -
HSV(B) 37.67º 0.28% 0.6% -
XYZ 24.51 25.39 18.08 -
YUV 137.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 152 136 109 0 0.11 0.28 0.40 37.67 0.17 0.51
Hex 98 88 6D 0 B 1C 28 26 11 33
Octal 230 210 155 0 13 34 50 46 21 63
Binary 10011000 10001000 1101101 0 1011 11100 101000 100110 10001 110011

Color Harmonies of #98886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98886D

Black with #98886D

Text Example


Text Example

White with #98886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98886D; }

 p { color: rgb(152,136,109); }

 H1.HeaderClassName
 {
   color: #98886D;
 }
 .AnyTagClassName
 {
   color: #98886D;
 }
</style>

background-color css

<style>
 a { background-color: #98886D; }

 a { background-color: rgb(152,136,109); }

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

border-color css

<style>
 span { border-color: #98886D; }

 span { border-color: rgb(152,136,109); }

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