Html Css Color HEX #948771 Pale Oyster

📋 copy color: '#948771'

red 148 ◦ green 135 ◦ blue 113

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

Shades of Pale Oyster #948771

Tints of Pale Oyster #948771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.09%

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

R = 37.37%
G = 34.09%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#948771 (or 0x948771) is known color: Pale Oyster. HEX triplet: 94, 87 and 71. RGB value is (148,135,113). Sum of RGB (Red+Green+Blue) = 148+135+113=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #948771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948771 is #6B788E. Grayscale: #888888. Windows color (decimal): -7043215 or 7440276. OLE color: 7440276.

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

Color convert

RGB 148 135 113 -
CMYK 0 0.09 0.24 0.42
HSL 37.71º 0.14% 0.51% -
HSV(B) 37.71º 0.24% 0.58% -
XYZ 23.86 24.82 19.16 -
YUV 136.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 148 135 113 0 0.09 0.24 0.42 37.71 0.14 0.51
Hex 94 87 71 0 9 18 2A 26 E 33
Octal 224 207 161 0 11 30 52 46 16 63
Binary 10010100 10000111 1110001 0 1001 11000 101010 100110 1110 110011

Color Harmonies of #948771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948771

Black with #948771

Text Example


Text Example

White with #948771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948771; }

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

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

background-color css

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

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

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

border-color css

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

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

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