Html Css Color HEX #948971 Pale Oyster

📋 copy color: '#948971'

red 148 ◦ green 137 ◦ blue 113

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

Shades of Pale Oyster #948971

Tints of Pale Oyster #948971

RGB

 RED value IS 148 (58.2% from 255) = 37.19%

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

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

R = 37.19%
G = 34.42%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#948971 (or 0x948971) is known color: Pale Oyster. HEX triplet: 94, 89 and 71. RGB value is (148,137,113). Sum of RGB (Red+Green+Blue) = 148+137+113=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #948971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948971 is #6B768E. Grayscale: #898989. Windows color (decimal): -7042703 or 7440788. OLE color: 7440788.

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

Color convert

RGB 148 137 113 -
CMYK 0 0.07 0.24 0.42
HSL 41.14º 0.14% 0.51% -
HSV(B) 41.14º 0.24% 0.58% -
XYZ 24.14 25.38 19.25 -
YUV 137.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 148 137 113 0 0.07 0.24 0.42 41.14 0.14 0.51
Hex 94 89 71 0 7 18 2A 29 E 33
Octal 224 211 161 0 7 30 52 51 16 63
Binary 10010100 10001001 1110001 0 111 11000 101010 101001 1110 110011

Color Harmonies of #948971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948971

Black with #948971

Text Example


Text Example

White with #948971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948971; }

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

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

background-color css

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

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

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

border-color css

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

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

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