Html Css Color HEX #988865 Pale Oyster

📋 copy color: '#988865'

red 152 ◦ green 136 ◦ blue 101

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

Shades of Pale Oyster #988865

Tints of Pale Oyster #988865

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.96%

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

R = 39.07%
G = 34.96%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#988865 (or 0x988865) is known color: Pale Oyster. HEX triplet: 98, 88 and 65. RGB value is (152,136,101). Sum of RGB (Red+Green+Blue) = 152+136+101=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #988865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988865 is #67779A. Grayscale: #888888. Windows color (decimal): -6780827 or 6654104. OLE color: 6654104.

HSL color Cylindrical-coordinate representation of color #988865: hue angle of 41.18º 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 #988865 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 101 -
CMYK 0 0.11 0.34 0.40
HSL 41.18º 0.2% 0.5% -
HSV(B) 41.18º 0.34% 0.6% -
XYZ 24.1 25.22 15.91 -
YUV 136.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 152 136 101 0 0.11 0.34 0.40 41.18 0.2 0.5
Hex 98 88 65 0 B 22 28 29 14 32
Octal 230 210 145 0 13 42 50 51 24 62
Binary 10011000 10001000 1100101 0 1011 100010 101000 101001 10100 110010

Color Harmonies of #988865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988865

Black with #988865

Text Example


Text Example

White with #988865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988865; }

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

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

background-color css

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

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

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

border-color css

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

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

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