Html Css Color HEX #998868 Pale Oyster

📋 copy color: '#998868'

red 153 ◦ green 136 ◦ blue 104

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

Shades of Pale Oyster #998868

Tints of Pale Oyster #998868

RGB

 RED value IS 153 (60.16% from 255) = 38.93%

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

 BLUE value IS 104 (41.02% from 255) = 26.46%

R = 38.93%
G = 34.61%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#998868 (or 0x998868) is known color: Pale Oyster. HEX triplet: 99, 88 and 68. RGB value is (153,136,104). Sum of RGB (Red+Green+Blue) = 153+136+104=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #998868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998868 is #667797. Grayscale: #898989. Windows color (decimal): -6715288 or 6850713. OLE color: 6850713.

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

Color convert

RGB 153 136 104 -
CMYK 0 0.11 0.32 0.4
HSL 39.18º 0.19% 0.5% -
HSV(B) 39.18º 0.32% 0.6% -
XYZ 24.44 25.38 16.71 -
YUV 137.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 153 136 104 0 0.11 0.32 0.4 39.18 0.19 0.5
Hex 99 88 68 0 B 20 28 27 13 32
Octal 231 210 150 0 13 40 50 47 23 62
Binary 10011001 10001000 1101000 0 1011 100000 101000 100111 10011 110010

Color Harmonies of #998868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998868

Black with #998868

Text Example


Text Example

White with #998868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998868; }

 p { color: rgb(153,136,104); }

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

background-color css

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

 a { background-color: rgb(153,136,104); }

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

border-color css

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

 span { border-color: rgb(153,136,104); }

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