Html Css Color HEX #96866C Pale Oyster

📋 copy color: '#96866C'

red 150 ◦ green 134 ◦ blue 108

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

Shades of Pale Oyster #96866C

Tints of Pale Oyster #96866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.18%

 BLUE value IS 108 (42.58% from 255) = 27.55%

R = 38.27%
G = 34.18%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96866C (or 0x96866C) is known color: Pale Oyster. HEX triplet: 96, 86 and 6C. RGB value is (150,134,108). Sum of RGB (Red+Green+Blue) = 150+134+108=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96866C is #697993. Grayscale: #878787. Windows color (decimal): -6912404 or 7112342. OLE color: 7112342.

HSL color Cylindrical-coordinate representation of color #96866C: hue angle of 37.14º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96866C is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 134 108 -
CMYK 0 0.11 0.28 0.41
HSL 37.14º 0.17% 0.51% -
HSV(B) 37.14º 0.28% 0.59% -
XYZ 23.81 24.62 17.68 -
YUV 135.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 150 134 108 0 0.11 0.28 0.41 37.14 0.17 0.51
Hex 96 86 6C 0 B 1C 29 25 11 33
Octal 226 206 154 0 13 34 51 45 21 63
Binary 10010110 10000110 1101100 0 1011 11100 101001 100101 10001 110011

Color Harmonies of #96866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96866C

Black with #96866C

Text Example


Text Example

White with #96866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96866C; }

 p { color: rgb(150,134,108); }

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

background-color css

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

 a { background-color: rgb(150,134,108); }

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

border-color css

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

 span { border-color: rgb(150,134,108); }

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