Html Css Color HEX #988C6C Pale Oyster

📋 copy color: '#988C6C'

red 152 ◦ green 140 ◦ blue 108

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

Shades of Pale Oyster #988C6C

Tints of Pale Oyster #988C6C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

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

R = 38%
G = 35%
B = 27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#988C6C (or 0x988C6C) is known color: Pale Oyster. HEX triplet: 98, 8C and 6C. RGB value is (152,140,108). Sum of RGB (Red+Green+Blue) = 152+140+108=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #988C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C6C is #677393. Grayscale: #8C8C8C. Windows color (decimal): -6779796 or 7113880. OLE color: 7113880.

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

Color convert

RGB 152 140 108 -
CMYK 0 0.08 0.29 0.40
HSL 43.64º 0.18% 0.51% -
HSV(B) 43.64º 0.29% 0.6% -
XYZ 25.03 26.51 17.99 -
YUV 139.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 152 140 108 0 0.08 0.29 0.40 43.64 0.18 0.51
Hex 98 8C 6C 0 8 1D 28 2C 12 33
Octal 230 214 154 0 10 35 50 54 22 63
Binary 10011000 10001100 1101100 0 1000 11101 101000 101100 10010 110011

Color Harmonies of #988C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C6C

Black with #988C6C

Text Example


Text Example

White with #988C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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