Html Css Color HEX #988A69 Pale Oyster

📋 copy color: '#988A69'

red 152 ◦ green 138 ◦ blue 105

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

Shades of Pale Oyster #988A69

Tints of Pale Oyster #988A69

RGB

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

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

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

R = 38.48%
G = 34.94%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#988A69 (or 0x988A69) is known color: Pale Oyster. HEX triplet: 98, 8A and 69. RGB value is (152,138,105). Sum of RGB (Red+Green+Blue) = 152+138+105=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #988A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A69 is #677596. Grayscale: #8A8A8A. Windows color (decimal): -6780311 or 6916760. OLE color: 6916760.

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

Color convert

RGB 152 138 105 -
CMYK 0 0.09 0.31 0.40
HSL 42.13º 0.19% 0.5% -
HSV(B) 42.13º 0.31% 0.6% -
XYZ 24.59 25.87 17.06 -
YUV 138.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 152 138 105 0 0.09 0.31 0.40 42.13 0.19 0.5
Hex 98 8A 69 0 9 1F 28 2A 13 32
Octal 230 212 151 0 11 37 50 52 23 62
Binary 10011000 10001010 1101001 0 1001 11111 101000 101010 10011 110010

Color Harmonies of #988A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A69

Black with #988A69

Text Example


Text Example

White with #988A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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