Html Css Color HEX #918873 Pale Oyster

📋 copy color: '#918873'

red 145 ◦ green 136 ◦ blue 115

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

Shades of Pale Oyster #918873

Tints of Pale Oyster #918873

RGB

 RED value IS 145 (57.03% from 255) = 36.62%

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

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

R = 36.62%
G = 34.34%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#918873 (or 0x918873) is known color: Pale Oyster. HEX triplet: 91, 88 and 73. RGB value is (145,136,115). Sum of RGB (Red+Green+Blue) = 145+136+115=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 145 - color contains mainly: red. Hex color #918873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918873 is #6E778C. Grayscale: #888888. Windows color (decimal): -7239565 or 7571601. OLE color: 7571601.

HSL color Cylindrical-coordinate representation of color #918873: hue angle of 42º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #918873 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 136 115 -
CMYK 0 0.06 0.21 0.43
HSL 42º 0.12% 0.51% -
HSV(B) 42º 0.21% 0.57% -
XYZ 23.58 24.87 19.78 -
YUV 136.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 145 136 115 0 0.06 0.21 0.43 42 0.12 0.51
Hex 91 88 73 0 6 15 2B 2A C 33
Octal 221 210 163 0 6 25 53 52 14 63
Binary 10010001 10001000 1110011 0 110 10101 101011 101010 1100 110011

Color Harmonies of #918873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918873

Black with #918873

Text Example


Text Example

White with #918873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918873; }

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

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

background-color css

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

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

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

border-color css

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

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

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