Html Css Color HEX #988A65 Pale Oyster

📋 copy color: '#988A65'

red 152 ◦ green 138 ◦ blue 101

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

Shades of Pale Oyster #988A65

Tints of Pale Oyster #988A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.83%

R = 38.87%
G = 35.29%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#988A65 (or 0x988A65) is known color: Pale Oyster. HEX triplet: 98, 8A and 65. RGB value is (152,138,101). Sum of RGB (Red+Green+Blue) = 152+138+101=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #988A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A65 is #67759A. Grayscale: #8A8A8A. Windows color (decimal): -6780315 or 6654616. OLE color: 6654616.

HSL color Cylindrical-coordinate representation of color #988A65: hue angle of 43.53º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #988A65 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 138 101 -
CMYK 0 0.09 0.34 0.40
HSL 43.53º 0.2% 0.5% -
HSV(B) 43.53º 0.34% 0.6% -
XYZ 24.39 25.79 16 -
YUV 137.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 152 138 101 0 0.09 0.34 0.40 43.53 0.2 0.5
Hex 98 8A 65 0 9 22 28 2C 14 32
Octal 230 212 145 0 11 42 50 54 24 62
Binary 10011000 10001010 1100101 0 1001 100010 101000 101100 10100 110010

Color Harmonies of #988A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A65

Black with #988A65

Text Example


Text Example

White with #988A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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