Html Css Color HEX #988B6B Pale Oyster

📋 copy color: '#988B6B'

red 152 ◦ green 139 ◦ blue 107

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

Shades of Pale Oyster #988B6B

Tints of Pale Oyster #988B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.88%

R = 38.19%
G = 34.92%
B = 26.88%

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

#988B6B (or 0x988B6B) is known color: Pale Oyster. HEX triplet: 98, 8B and 6B. RGB value is (152,139,107). Sum of RGB (Red+Green+Blue) = 152+139+107=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #988B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B6B is #677494. Grayscale: #8B8B8B. Windows color (decimal): -6780053 or 7048088. OLE color: 7048088.

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

Color convert

RGB 152 139 107 -
CMYK 0 0.09 0.30 0.40
HSL 42.67º 0.18% 0.51% -
HSV(B) 42.67º 0.3% 0.6% -
XYZ 24.84 26.2 17.66 -
YUV 139.24 109.81 137.1 -
System Red Green Blue C M Y K H S L
Decimal 152 139 107 0 0.09 0.30 0.40 42.67 0.18 0.51
Hex 98 8B 6B 0 9 1E 28 2B 12 33
Octal 230 213 153 0 11 36 50 53 22 63
Binary 10011000 10001011 1101011 0 1001 11110 101000 101011 10010 110011

Color Harmonies of #988B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B6B

Black with #988B6B

Text Example


Text Example

White with #988B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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