Html Css Color HEX #938971 Pale Oyster

📋 copy color: '#938971'

red 147 ◦ green 137 ◦ blue 113

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

Shades of Pale Oyster #938971

Tints of Pale Oyster #938971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.46%

R = 37.03%
G = 34.51%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#938971 (or 0x938971) is known color: Pale Oyster. HEX triplet: 93, 89 and 71. RGB value is (147,137,113). Sum of RGB (Red+Green+Blue) = 147+137+113=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 147 - color contains mainly: red. Hex color #938971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938971 is #6C768E. Grayscale: #898989. Windows color (decimal): -7108239 or 7440787. OLE color: 7440787.

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

Color convert

RGB 147 137 113 -
CMYK 0 0.07 0.23 0.42
HSL 42.35º 0.14% 0.51% -
HSV(B) 42.35º 0.23% 0.58% -
XYZ 23.96 25.29 19.24 -
YUV 137.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 147 137 113 0 0.07 0.23 0.42 42.35 0.14 0.51
Hex 93 89 71 0 7 17 2A 2A E 33
Octal 223 211 161 0 7 27 52 52 16 63
Binary 10010011 10001001 1110001 0 111 10111 101010 101010 1110 110011

Color Harmonies of #938971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938971

Black with #938971

Text Example


Text Example

White with #938971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938971; }

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

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

background-color css

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

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

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

border-color css

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

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

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