Html Css Color HEX #988B6A Pale Oyster

📋 copy color: '#988B6A'

red 152 ◦ green 139 ◦ blue 106

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

Shades of Pale Oyster #988B6A

Tints of Pale Oyster #988B6A

RGB

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

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

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

R = 38.29%
G = 35.01%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#988B6A (or 0x988B6A) is known color: Pale Oyster. HEX triplet: 98, 8B and 6A. RGB value is (152,139,106). Sum of RGB (Red+Green+Blue) = 152+139+106=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #988B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B6A is #677495. Grayscale: #8B8B8B. Windows color (decimal): -6780054 or 6982552. OLE color: 6982552.

HSL color Cylindrical-coordinate representation of color #988B6A: hue angle of 43.04º 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 #988B6A is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 139 106 -
CMYK 0 0.09 0.30 0.40
HSL 43.04º 0.18% 0.51% -
HSV(B) 43.04º 0.3% 0.6% -
XYZ 24.78 26.18 17.38 -
YUV 139.13 109.31 137.18 -
System Red Green Blue C M Y K H S L
Decimal 152 139 106 0 0.09 0.30 0.40 43.04 0.18 0.51
Hex 98 8B 6A 0 9 1E 28 2B 12 33
Octal 230 213 152 0 11 36 50 53 22 63
Binary 10011000 10001011 1101010 0 1001 11110 101000 101011 10010 110011

Color Harmonies of #988B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B6A

Black with #988B6A

Text Example


Text Example

White with #988B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988B6A; }

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

 H1.HeaderClassName
 {
   color: #988B6A;
 }
 .AnyTagClassName
 {
   color: #988B6A;
 }
</style>

background-color css

<style>
 a { background-color: #988B6A; }

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

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

border-color css

<style>
 span { border-color: #988B6A; }

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

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