Html Css Color HEX #968871 Pale Oyster

📋 copy color: '#968871'

red 150 ◦ green 136 ◦ blue 113

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

Shades of Pale Oyster #968871

Tints of Pale Oyster #968871

RGB

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

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

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

R = 37.59%
G = 34.09%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#968871 (or 0x968871) is known color: Pale Oyster. HEX triplet: 96, 88 and 71. RGB value is (150,136,113). Sum of RGB (Red+Green+Blue) = 150+136+113=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #968871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968871 is #69778E. Grayscale: #898989. Windows color (decimal): -6911887 or 7440534. OLE color: 7440534.

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

Color convert

RGB 150 136 113 -
CMYK 0 0.09 0.25 0.41
HSL 37.3º 0.15% 0.52% -
HSV(B) 37.3º 0.25% 0.59% -
XYZ 24.36 25.28 19.22 -
YUV 137.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 150 136 113 0 0.09 0.25 0.41 37.3 0.15 0.52
Hex 96 88 71 0 9 19 29 25 F 34
Octal 226 210 161 0 11 31 51 45 17 64
Binary 10010110 10001000 1110001 0 1001 11001 101001 100101 1111 110100

Color Harmonies of #968871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968871

Black with #968871

Text Example


Text Example

White with #968871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968871; }

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

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

background-color css

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

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

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

border-color css

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

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

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