Html Css Color HEX #998A6D Pale Oyster

📋 copy color: '#998A6D'

red 153 ◦ green 138 ◦ blue 109

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

Shades of Pale Oyster #998A6D

Tints of Pale Oyster #998A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.25%

R = 38.25%
G = 34.5%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#998A6D (or 0x998A6D) is known color: Pale Oyster. HEX triplet: 99, 8A and 6D. RGB value is (153,138,109). Sum of RGB (Red+Green+Blue) = 153+138+109=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #998A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A6D is #667592. Grayscale: #8B8B8B. Windows color (decimal): -6714771 or 7178905. OLE color: 7178905.

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

Color convert

RGB 153 138 109 -
CMYK 0 0.10 0.29 0.4
HSL 39.55º 0.18% 0.51% -
HSV(B) 39.55º 0.29% 0.6% -
XYZ 24.99 26.05 18.18 -
YUV 139.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 153 138 109 0 0.10 0.29 0.4 39.55 0.18 0.51
Hex 99 8A 6D 0 A 1D 28 28 12 33
Octal 231 212 155 0 12 35 50 50 22 63
Binary 10011001 10001010 1101101 0 1010 11101 101000 101000 10010 110011

Color Harmonies of #998A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A6D

Black with #998A6D

Text Example


Text Example

White with #998A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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