Html Css Color HEX #998969 Pale Oyster

📋 copy color: '#998969'

red 153 ◦ green 137 ◦ blue 105

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

Shades of Pale Oyster #998969

Tints of Pale Oyster #998969

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

 BLUE value IS 105 (41.41% from 255) = 26.58%

R = 38.73%
G = 34.68%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#998969 (or 0x998969) is known color: Pale Oyster. HEX triplet: 99, 89 and 69. RGB value is (153,137,105). Sum of RGB (Red+Green+Blue) = 153+137+105=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #998969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998969 is #667696. Grayscale: #8A8A8A. Windows color (decimal): -6715031 or 6916505. OLE color: 6916505.

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

Color convert

RGB 153 137 105 -
CMYK 0 0.10 0.31 0.4
HSL 40º 0.19% 0.51% -
HSV(B) 40º 0.31% 0.6% -
XYZ 24.63 25.68 17.02 -
YUV 138.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 153 137 105 0 0.10 0.31 0.4 40 0.19 0.51
Hex 99 89 69 0 A 1F 28 28 13 33
Octal 231 211 151 0 12 37 50 50 23 63
Binary 10011001 10001001 1101001 0 1010 11111 101000 101000 10011 110011

Color Harmonies of #998969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998969

Black with #998969

Text Example


Text Example

White with #998969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998969; }

 p { color: rgb(153,137,105); }

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

background-color css

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

 a { background-color: rgb(153,137,105); }

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

border-color css

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

 span { border-color: rgb(153,137,105); }

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