Html Css Color HEX #948871 Pale Oyster

📋 copy color: '#948871'

red 148 ◦ green 136 ◦ blue 113

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

Shades of Pale Oyster #948871

Tints of Pale Oyster #948871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.26%

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

R = 37.28%
G = 34.26%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#948871 (or 0x948871) is known color: Pale Oyster. HEX triplet: 94, 88 and 71. RGB value is (148,136,113). Sum of RGB (Red+Green+Blue) = 148+136+113=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #948871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948871 is #6B778E. Grayscale: #898989. Windows color (decimal): -7042959 or 7440532. OLE color: 7440532.

HSL color Cylindrical-coordinate representation of color #948871: hue angle of 39.43º 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 #948871 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 136 113 -
CMYK 0 0.08 0.24 0.42
HSL 39.43º 0.14% 0.51% -
HSV(B) 39.43º 0.24% 0.58% -
XYZ 24 25.1 19.2 -
YUV 136.97 114.48 135.87 -
System Red Green Blue C M Y K H S L
Decimal 148 136 113 0 0.08 0.24 0.42 39.43 0.14 0.51
Hex 94 88 71 0 8 18 2A 27 E 33
Octal 224 210 161 0 10 30 52 47 16 63
Binary 10010100 10001000 1110001 0 1000 11000 101010 100111 1110 110011

Color Harmonies of #948871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948871

Black with #948871

Text Example


Text Example

White with #948871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948871; }

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

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

background-color css

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

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

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

border-color css

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

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

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