Html Css Color HEX #988A6D Pale Oyster

📋 copy color: '#988A6D'

red 152 ◦ green 138 ◦ blue 109

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

Shades of Pale Oyster #988A6D

Tints of Pale Oyster #988A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.59%

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

R = 38.1%
G = 34.59%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#988A6D (or 0x988A6D) is known color: Pale Oyster. HEX triplet: 98, 8A and 6D. RGB value is (152,138,109). Sum of RGB (Red+Green+Blue) = 152+138+109=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #988A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A6D is #677592. Grayscale: #8B8B8B. Windows color (decimal): -6780307 or 7178904. OLE color: 7178904.

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

Color convert

RGB 152 138 109 -
CMYK 0 0.09 0.28 0.40
HSL 40.47º 0.17% 0.51% -
HSV(B) 40.47º 0.28% 0.6% -
XYZ 24.8 25.96 18.17 -
YUV 138.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 152 138 109 0 0.09 0.28 0.40 40.47 0.17 0.51
Hex 98 8A 6D 0 9 1C 28 28 11 33
Octal 230 212 155 0 11 34 50 50 21 63
Binary 10011000 10001010 1101101 0 1001 11100 101000 101000 10001 110011

Color Harmonies of #988A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A6D

Black with #988A6D

Text Example


Text Example

White with #988A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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