Html Css Color HEX #988665 Pale Oyster

📋 copy color: '#988665'

red 152 ◦ green 134 ◦ blue 101

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

Shades of Pale Oyster #988665

Tints of Pale Oyster #988665

RGB

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

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

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

R = 39.28%
G = 34.63%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#988665 (or 0x988665) is known color: Pale Oyster. HEX triplet: 98, 86 and 65. RGB value is (152,134,101). Sum of RGB (Red+Green+Blue) = 152+134+101=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #988665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988665 is #67799A. Grayscale: #878787. Windows color (decimal): -6781339 or 6653592. OLE color: 6653592.

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

Color convert

RGB 152 134 101 -
CMYK 0 0.12 0.34 0.40
HSL 38.82º 0.2% 0.5% -
HSV(B) 38.82º 0.34% 0.6% -
XYZ 23.82 24.67 15.82 -
YUV 135.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 152 134 101 0 0.12 0.34 0.40 38.82 0.2 0.5
Hex 98 86 65 0 C 22 28 27 14 32
Octal 230 206 145 0 14 42 50 47 24 62
Binary 10011000 10000110 1100101 0 1100 100010 101000 100111 10100 110010

Color Harmonies of #988665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988665

Black with #988665

Text Example


Text Example

White with #988665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988665; }

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

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

background-color css

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

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

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

border-color css

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

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

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