Html Css Color HEX #998A6B Pale Oyster

📋 copy color: '#998A6B'

red 153 ◦ green 138 ◦ blue 107

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

Shades of Pale Oyster #998A6B

Tints of Pale Oyster #998A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.88%

R = 38.44%
G = 34.67%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#998A6B (or 0x998A6B) is known color: Pale Oyster. HEX triplet: 99, 8A and 6B. RGB value is (153,138,107). Sum of RGB (Red+Green+Blue) = 153+138+107=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #998A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A6B is #667594. Grayscale: #8B8B8B. Windows color (decimal): -6714773 or 7047833. OLE color: 7047833.

HSL color Cylindrical-coordinate representation of color #998A6B: hue angle of 40.43º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #998A6B is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 138 107 -
CMYK 0 0.10 0.30 0.4
HSL 40.43º 0.18% 0.51% -
HSV(B) 40.43º 0.3% 0.6% -
XYZ 24.88 26.01 17.62 -
YUV 138.95 109.97 138.02 -
System Red Green Blue C M Y K H S L
Decimal 153 138 107 0 0.10 0.30 0.4 40.43 0.18 0.51
Hex 99 8A 6B 0 A 1E 28 28 12 33
Octal 231 212 153 0 12 36 50 50 22 63
Binary 10011001 10001010 1101011 0 1010 11110 101000 101000 10010 110011

Color Harmonies of #998A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A6B

Black with #998A6B

Text Example


Text Example

White with #998A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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