Html Css Color HEX #998975 Pale Oyster

📋 copy color: '#998975'

red 153 ◦ green 137 ◦ blue 117

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

Shades of Pale Oyster #998975

Tints of Pale Oyster #998975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 37.59%
G = 33.66%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#998975 (or 0x998975) is known color: Pale Oyster. HEX triplet: 99, 89 and 75. RGB value is (153,137,117). Sum of RGB (Red+Green+Blue) = 153+137+117=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #998975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998975 is #66768A. Grayscale: #8B8B8B. Windows color (decimal): -6715019 or 7702937. OLE color: 7702937.

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

Color convert

RGB 153 137 117 -
CMYK 0 0.10 0.24 0.4
HSL 33.33º 0.15% 0.53% -
HSV(B) 33.33º 0.24% 0.6% -
XYZ 25.29 25.95 20.5 -
YUV 139.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 153 137 117 0 0.10 0.24 0.4 33.33 0.15 0.53
Hex 99 89 75 0 A 18 28 21 F 35
Octal 231 211 165 0 12 30 50 41 17 65
Binary 10011001 10001001 1110101 0 1010 11000 101000 100001 1111 110101

Color Harmonies of #998975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998975

Black with #998975

Text Example


Text Example

White with #998975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998975; }

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

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

background-color css

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

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

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

border-color css

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

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

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