Html Css Color HEX #938973 Pale Oyster

📋 copy color: '#938973'

red 147 ◦ green 137 ◦ blue 115

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

Shades of Pale Oyster #938973

Tints of Pale Oyster #938973

RGB

 RED value IS 147 (57.81% from 255) = 36.84%

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

 BLUE value IS 115 (45.31% from 255) = 28.82%

R = 36.84%
G = 34.34%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#938973 (or 0x938973) is known color: Pale Oyster. HEX triplet: 93, 89 and 73. RGB value is (147,137,115). Sum of RGB (Red+Green+Blue) = 147+137+115=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #938973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938973 is #6C768C. Grayscale: #898989. Windows color (decimal): -7108237 or 7571859. OLE color: 7571859.

HSL color Cylindrical-coordinate representation of color #938973: hue angle of 41.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #938973 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 137 115 -
CMYK 0 0.07 0.22 0.42
HSL 41.25º 0.13% 0.51% -
HSV(B) 41.25º 0.22% 0.58% -
XYZ 24.07 25.33 19.84 -
YUV 137.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 147 137 115 0 0.07 0.22 0.42 41.25 0.13 0.51
Hex 93 89 73 0 7 16 2A 29 D 33
Octal 223 211 163 0 7 26 52 51 15 63
Binary 10010011 10001001 1110011 0 111 10110 101010 101001 1101 110011

Color Harmonies of #938973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938973

Black with #938973

Text Example


Text Example

White with #938973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938973; }

 p { color: rgb(147,137,115); }

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

background-color css

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

 a { background-color: rgb(147,137,115); }

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

border-color css

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

 span { border-color: rgb(147,137,115); }

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