Html Css Color HEX #988669 Pale Oyster

📋 copy color: '#988669'

red 152 ◦ green 134 ◦ blue 105

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

Shades of Pale Oyster #988669

Tints of Pale Oyster #988669

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.27%

 BLUE value IS 105 (41.41% from 255) = 26.85%

R = 38.87%
G = 34.27%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#988669 (or 0x988669) is known color: Pale Oyster. HEX triplet: 98, 86 and 69. RGB value is (152,134,105). Sum of RGB (Red+Green+Blue) = 152+134+105=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #988669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988669 is #677996. Grayscale: #888888. Windows color (decimal): -6781335 or 6915736. OLE color: 6915736.

HSL color Cylindrical-coordinate representation of color #988669: hue angle of 37.02º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #988669 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 134 105 -
CMYK 0 0.12 0.31 0.40
HSL 37.02º 0.19% 0.5% -
HSV(B) 37.02º 0.31% 0.6% -
XYZ 24.02 24.75 16.87 -
YUV 136.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 152 134 105 0 0.12 0.31 0.40 37.02 0.19 0.5
Hex 98 86 69 0 C 1F 28 25 13 32
Octal 230 206 151 0 14 37 50 45 23 62
Binary 10011000 10000110 1101001 0 1100 11111 101000 100101 10011 110010

Color Harmonies of #988669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988669

Black with #988669

Text Example


Text Example

White with #988669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988669; }

 p { color: rgb(152,134,105); }

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

background-color css

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

 a { background-color: rgb(152,134,105); }

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

border-color css

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

 span { border-color: rgb(152,134,105); }

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