Html Css Color HEX #988B6C Pale Oyster

📋 copy color: '#988B6C'

red 152 ◦ green 139 ◦ blue 108

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

Shades of Pale Oyster #988B6C

Tints of Pale Oyster #988B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.07%

R = 38.1%
G = 34.84%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#988B6C (or 0x988B6C) is known color: Pale Oyster. HEX triplet: 98, 8B and 6C. RGB value is (152,139,108). Sum of RGB (Red+Green+Blue) = 152+139+108=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #988B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B6C is #677493. Grayscale: #8B8B8B. Windows color (decimal): -6780052 or 7113624. OLE color: 7113624.

HSL color Cylindrical-coordinate representation of color #988B6C: hue angle of 42.27º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #988B6C is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 139 108 -
CMYK 0 0.09 0.29 0.40
HSL 42.27º 0.18% 0.51% -
HSV(B) 42.27º 0.29% 0.6% -
XYZ 24.89 26.22 17.94 -
YUV 139.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 152 139 108 0 0.09 0.29 0.40 42.27 0.18 0.51
Hex 98 8B 6C 0 9 1D 28 2A 12 33
Octal 230 213 154 0 11 35 50 52 22 63
Binary 10011000 10001011 1101100 0 1001 11101 101000 101010 10010 110011

Color Harmonies of #988B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B6C

Black with #988B6C

Text Example


Text Example

White with #988B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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