Html Css Color HEX #968873 Pale Oyster

📋 copy color: '#968873'

red 150 ◦ green 136 ◦ blue 115

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

Shades of Pale Oyster #968873

Tints of Pale Oyster #968873

RGB

 RED value IS 150 (58.98% from 255) = 37.41%

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

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

R = 37.41%
G = 33.92%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#968873 (or 0x968873) is known color: Pale Oyster. HEX triplet: 96, 88 and 73. RGB value is (150,136,115). Sum of RGB (Red+Green+Blue) = 150+136+115=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #968873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968873 is #69778C. Grayscale: #898989. Windows color (decimal): -6911885 or 7571606. OLE color: 7571606.

HSL color Cylindrical-coordinate representation of color #968873: hue angle of 36º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #968873 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 136 115 -
CMYK 0 0.09 0.23 0.41
HSL 36º 0.14% 0.52% -
HSV(B) 36º 0.23% 0.59% -
XYZ 24.48 25.33 19.82 -
YUV 137.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 150 136 115 0 0.09 0.23 0.41 36 0.14 0.52
Hex 96 88 73 0 9 17 29 24 E 34
Octal 226 210 163 0 11 27 51 44 16 64
Binary 10010110 10001000 1110011 0 1001 10111 101001 100100 1110 110100

Color Harmonies of #968873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968873

Black with #968873

Text Example


Text Example

White with #968873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968873; }

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

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

background-color css

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

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

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

border-color css

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

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

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