Html Css Color HEX #96866F Pale Oyster

📋 copy color: '#96866F'

red 150 ◦ green 134 ◦ blue 111

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

Shades of Pale Oyster #96866F

Tints of Pale Oyster #96866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.1%

R = 37.97%
G = 33.92%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96866F (or 0x96866F) is known color: Pale Oyster. HEX triplet: 96, 86 and 6F. RGB value is (150,134,111). Sum of RGB (Red+Green+Blue) = 150+134+111=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #96866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96866F is #697990. Grayscale: #888888. Windows color (decimal): -6912401 or 7308950. OLE color: 7308950.

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

Color convert

RGB 150 134 111 -
CMYK 0 0.11 0.26 0.41
HSL 35.38º 0.16% 0.51% -
HSV(B) 35.38º 0.26% 0.59% -
XYZ 23.97 24.68 18.54 -
YUV 136.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 150 134 111 0 0.11 0.26 0.41 35.38 0.16 0.51
Hex 96 86 6F 0 B 1A 29 23 10 33
Octal 226 206 157 0 13 32 51 43 20 63
Binary 10010110 10000110 1101111 0 1011 11010 101001 100011 10000 110011

Color Harmonies of #96866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96866F

Black with #96866F

Text Example


Text Example

White with #96866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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