Html Css Color HEX #948873 Pale Oyster

📋 copy color: '#948873'

red 148 ◦ green 136 ◦ blue 115

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

Shades of Pale Oyster #948873

Tints of Pale Oyster #948873

RGB

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

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

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

R = 37.09%
G = 34.09%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#948873 (or 0x948873) is known color: Pale Oyster. HEX triplet: 94, 88 and 73. RGB value is (148,136,115). Sum of RGB (Red+Green+Blue) = 148+136+115=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #948873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948873 is #6B778C. Grayscale: #898989. Windows color (decimal): -7042957 or 7571604. OLE color: 7571604.

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

Color convert

RGB 148 136 115 -
CMYK 0 0.08 0.22 0.42
HSL 38.18º 0.13% 0.52% -
HSV(B) 38.18º 0.22% 0.58% -
XYZ 24.11 25.14 19.8 -
YUV 137.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 148 136 115 0 0.08 0.22 0.42 38.18 0.13 0.52
Hex 94 88 73 0 8 16 2A 26 D 34
Octal 224 210 163 0 10 26 52 46 15 64
Binary 10010100 10001000 1110011 0 1000 10110 101010 100110 1101 110100

Color Harmonies of #948873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948873

Black with #948873

Text Example


Text Example

White with #948873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948873; }

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

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

background-color css

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

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

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

border-color css

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

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

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