Html Css Color HEX #98886A Pale Oyster

📋 copy color: '#98886A'

red 152 ◦ green 136 ◦ blue 106

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

Shades of Pale Oyster #98886A

Tints of Pale Oyster #98886A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.9%

R = 38.58%
G = 34.52%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#98886A (or 0x98886A) is known color: Pale Oyster. HEX triplet: 98, 88 and 6A. RGB value is (152,136,106). Sum of RGB (Red+Green+Blue) = 152+136+106=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #98886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98886A is #677795. Grayscale: #898989. Windows color (decimal): -6780822 or 6981784. OLE color: 6981784.

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

Color convert

RGB 152 136 106 -
CMYK 0 0.11 0.30 0.40
HSL 39.13º 0.18% 0.51% -
HSV(B) 39.13º 0.3% 0.6% -
XYZ 24.35 25.32 17.24 -
YUV 137.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 152 136 106 0 0.11 0.30 0.40 39.13 0.18 0.51
Hex 98 88 6A 0 B 1E 28 27 12 33
Octal 230 210 152 0 13 36 50 47 22 63
Binary 10011000 10001000 1101010 0 1011 11110 101000 100111 10010 110011

Color Harmonies of #98886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98886A

Black with #98886A

Text Example


Text Example

White with #98886A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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