Html Css Color HEX #998A68 Pale Oyster

📋 copy color: '#998A68'

red 153 ◦ green 138 ◦ blue 104

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

Shades of Pale Oyster #998A68

Tints of Pale Oyster #998A68

RGB

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

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

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

R = 38.73%
G = 34.94%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#998A68 (or 0x998A68) is known color: Pale Oyster. HEX triplet: 99, 8A and 68. RGB value is (153,138,104). Sum of RGB (Red+Green+Blue) = 153+138+104=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #998A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A68 is #667597. Grayscale: #8A8A8A. Windows color (decimal): -6714776 or 6851225. OLE color: 6851225.

HSL color Cylindrical-coordinate representation of color #998A68: hue angle of 41.63º 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 #998A68 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 138 104 -
CMYK 0 0.10 0.32 0.4
HSL 41.63º 0.19% 0.5% -
HSV(B) 41.63º 0.32% 0.6% -
XYZ 24.72 25.95 16.8 -
YUV 138.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 153 138 104 0 0.10 0.32 0.4 41.63 0.19 0.5
Hex 99 8A 68 0 A 20 28 2A 13 32
Octal 231 212 150 0 12 40 50 52 23 62
Binary 10011001 10001010 1101000 0 1010 100000 101000 101010 10011 110010

Color Harmonies of #998A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A68

Black with #998A68

Text Example


Text Example

White with #998A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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